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
 Site Related Forums
 Article Discussion
 Article: Implementing a T-SQL Deployment Tool Using VBScript and SQL-DMO

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2000-12-01 : 09:25:31
If you support a multi-site environment, odds are that you need to run some of the same scripts on all—or at least a subset—of your servers. These scripts might create databases and/or database objects; create, schedule, or run jobs; or just query a database. The point is, how do you deploy these scripts? In this article, Dallas Monday shows you how to create a utility using VB and SQL-DMO that you can use to deploy your scripts to selected servers throughout your enterprise.

Article Link.

   

- Advertisement -