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 Administration (2000)
 package and deployment

Author  Topic 

jeroena
Yak Posting Veteran

76 Posts

Posted - 2002-10-25 : 07:44:56
Hi,

When I develop a database as part of some application I usually deliver the scripts and some batch files that start all the .sql files using osql.

Is there some cool tool or other method to deploy a database a little more professional? I'm thinking of a setup program that asks the user for the database server on which to install the database, authentication (of sa or some other sysadmin), location of the database (files) and that kind of stuff? And than runs the scripts, neatly showing progress, etc...

How do you deploy your databases?

Jeroen.

robvolk
Most Valuable Yak

15732 Posts

Posted - 2002-10-25 : 09:26:48
This might be one way to go:

http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=20775

Maybe Ilya can give you some pointers on how to set that up.

Go to Top of Page
   

- Advertisement -