Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 How to create effective SQL Database

Author  Topic 

dhaval_amin
Starting Member

1 Post

Posted - 2010-03-31 : 09:32:27
I am new to SQL Server. I am working on an application having survey questions. What I want to do is when user start appliaction several questions from database load in to client side. in case some thing going wrong with PC while answering survey questions AND if user needs to restart the computer, On next login the survey should start from the positions where it was stopped. There is no compulsion for user to use same PC. User can use another PC to logon. There can be more than one user at a time. All the survey history for each user should stored on databse so users can review their past surveys if needed.How can design effective SQL Database to fulfill this task?

DA
   

- Advertisement -