how can we restore database if i have DBscripts
Database
2
Posts
2
Posters
0
Views
1
Watching
-
Hi i have a file with extention .sql which has DBscripts for my database. How can i restore the database using these scripts.
Restore an empty db or with data ? You could always use the command prompt "osql" (see sql server books online) and create a restore.bat file. or Use Integration Services to run the scripts if you want an automatic restore. or simply run the queries
DEVELOPER DAY SCOTLAND 2009 Watch this space http://www.developerdayscotland.com/[^]