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
 SQL Server 2000 Forums
 SQL Server Development (2000)
 ExecuteSPScripts

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2003-11-05 : 07:40:19
TLW writes "Can anyone explain to how one could use: ExecuteSPScripts to install a custom database during a custom install using merge modules."

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2003-11-05 : 12:12:41
What is ExecuteSPScripts?

To install a database, generate your scripts using the Generate SQL Scripts wizard. Then you can run them from the command line by passing the file name to osql. You could also have osql create the database, login accounts, and anything else that needs to be setup.

Tara
Go to Top of Page
   

- Advertisement -