10-21-2013
02:39 AM
- last edited on
10-22-2024
06:20 PM
by
Content Cleaner
Hello,
I'm creating a small test application and would like to log test results to an SQL Server database. The Preparing to Implement Database Logging page mentions scripts that I can use to set up my database. In my folder, I found 3 table creation scripts:
What are the differences between these, and which should I use?
Thanks!
Solved! Go to Solution.
10-21-2013 07:15 AM
In the database options dialog --> Go to the schemas tab and click on each one of the options ( generic recordset,Generic INsert,etc).In the comments section you will find the difference.
You can use either of them but ensure that the whatever tables script you have run on the DB same option is selected in the DB options.
Hope this helps.