Viewing 7 posts - 1 through 8 (of 8 total)
I accept your way is the correct way, however I have an issue with the way the data will be inputted into the table.
For every questionnaire completed means...
January 14, 2008 at 6:56 am
thanks for quick reply. on average we have about 50 questions to set 150 cols to support extra questions.
I see your way accommodates for any length of questionnaires. ...
January 12, 2008 at 12:52 pm
So returning more rows with a 1 column is better than returning less rows with more columns.
What if I have 100 questionnaires containing 50 questions with 100,000 participants complete each...
January 12, 2008 at 12:13 pm
Hi Jeff
mmm, I see your point but are they any performance issues doing this.
I see we would be running the same amount of searches extracting the data.
January 12, 2008 at 10:20 am
Hi Jeff
This is single table that contains the following Fields:
ID [int] Identity
QuestionnaireID [int]
Q0 [smallint]
.
.
.
Q150 [smallint]
Don't think I can get it any normalized than it is, but if I am...
January 12, 2008 at 6:51 am
Hi Andras
Thanks
On average I would expect around 6 rows for looking up values 0 to 5.
These values come from questions so depending on how many options are listed...
January 11, 2008 at 11:28 am
Hi Andras
Thanks for the swift reply.
Not sure if this will work as I forgot to mention there are 150 fields Q1 to Q150
Tried to run script and got an error...
January 11, 2008 at 9:04 am
Viewing 7 posts - 1 through 8 (of 8 total)