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)
 Copying sprocs, DTS to multiple DBs and servers

Author  Topic 

Marioi
Posting Yak Master

132 Posts

Posted - 2007-05-03 : 10:17:33
We have a growing number of servers and databases on each server that all share the same (sub)set of sprocs and UDFs. DTS packages, which we use for data import, frequently need to be copied between the servers. What is the best way to maintain this? Ideally, I would like to be able to click a button and have a script creating or altering one or more sprocs automatically run aginst all DBs on all servers. Likewise, I'd like to be able to copy DTS packages to all servers.

We use SS2000 SP4 and plan to migrate to SS2005. We also use ASP.net 2.0 and VS 2005 SP1.

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-05-03 : 13:04:10
duplicate:

http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=83046
Go to Top of Page

Marioi
Posting Yak Master

132 Posts

Posted - 2007-05-03 : 15:07:00
I apologize for posting a duplicate. Didn't know whether the same people look in both places.

quote:
Originally posted by rmiao

duplicate:

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

Go to Top of Page
   

- Advertisement -