Viewing 15 posts - 2,461 through 2,475 (of 8,761 total)
January 21, 2017 at 2:47 am
Further on the schema I posted previously
Questionnaire
An instance of a collection of questions and their properties.
Question
Individual unique questions and their properties. ...
January 21, 2017 at 2:21 am
I see many problems here and my first thought is that a re-iteration of the business requirement analysis should be the next step. The schema itself is over simplified for...
January 21, 2017 at 12:43 am
Can you post the DDL (create table) script, sample data as an insert statement and the expected output please?
😎
January 20, 2017 at 1:00 pm
Is there any way to increase the resolution of images posted, currently they are far to small to be usable?
😎
January 20, 2017 at 8:43 am
Trying out Jeff's method on the ASCII diagram
😎
Looks like it works like a charm! Thanks Jeff!
,--------------------------------,
+--------------------+ +---------------------------+ | +------------------+ | +---------------------------+
| Questionnaire | | Questionnaire_question | | | Execution | | | Execution_answer |
|--------------------| +---------------------------+ | +------------------+ | +---------------------------+
| Questionnaire_id |-+---, | Questionnaire_question_id |>+--' | Execution_id |-+--, '--+<| Questionnaire_question_id |
| Questionnaire_name | '---+<| Questionnaire_id |>+-------+<| Questionnaire_id | '----+<| Execution_id |
January 20, 2017 at 8:26 am

I looking for feedback about this ERD to make it a valid...
January 20, 2017 at 6:36 am
Was trying to post an ASCII diagram as a code=plain, comes out all muddled
😎
,--------------------------------,
+--------------------+ +---------------------------+ | +------------------+ | +---------------------------+
| Questionnaire | ...
January 20, 2017 at 5:34 am
January 20, 2017 at 1:56 am
January 20, 2017 at 1:27 am
January 20, 2017 at 1:21 am
Thanks for the simple question Steve.
😎
Quick pointer, use the text() function to bypass the implied XML reconstruction for the output,
SELECT r.value('local-name(.)','VARCHAR(100)') AS Slot,
r.value('(./text())[1]','VARCHAR(100)')...
January 20, 2017 at 12:48 am
Those are server-level settings so the sp_configure must be run by a member of the sysadmin role, also RECONFIGURE WITH OVERRIDE is needed for updating the Running Configuration Value.
January 20, 2017 at 12:40 am
I must agree with SQL Server on this one 😉 that schema is too ambiguous to constrain properly.
😎
Here is a quick suggestion of a better way of doing this
January 20, 2017 at 12:07 am
BiboKid - Thursday, January 19, 2017 8:20 PMHi!What book would you recommend for SQL Server troubleshooting CPU, memory, replication etc issues.
Thanks
First thought would...
January 19, 2017 at 10:04 pm
Viewing 15 posts - 2,461 through 2,475 (of 8,761 total)