Viewing post 1 (of 1 total)
Hi,
Rather than storing the questions as columns, store them as rows. ie.
create table Questions(
QuestionID int,
Question varchar(200)
)
Also, makes it...
July 30, 2013 at 7:31 am
#1636977