Viewing 6 posts - 1 through 6 (of 6 total)
Thanks,
Looking forward to your reply
FBP
December 13, 2006 at 10:28 am
Robert,
It does not work, as depending on the IDSurvey, the Questions table may have different number of questions, so the pivot column "Question" has to be built dynamic.
Thanks anyway
December 13, 2006 at 9:46 am
John
Two related tables, Questions and Answers:
Table Questions:
[IDQuestion] [int] IDENTITY (4125, 1) NOT NULL ,
[IDSurvey] [int] NOT NULL ,
[Question] [nvarchar] (800) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL ,
[NPage] [int] NOT NULL ,
[Order] [int]...
December 13, 2006 at 9:26 am
John,
Sory but what do you mean by DDL?
FBP
December 13, 2006 at 9:14 am
Viewing 6 posts - 1 through 6 (of 6 total)