Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Moving Database

Status
Not open for further replies.

scotward

Technical User
Jan 30, 2002
24
US
I have moved our SQL Server 2000 databases to a new server. Is there a way to move the DTS packages as well or will I have to re-create them?
 
I am pretty sure that you can script the DTS packages out...
 
If you want to move single packages you should be able to do file, save as, then specify the new server. The packages are stored in the MSDB database so copying the database over should also work I think, someone else can hopefully confirm this

Good luck
 
Thanks for you help. It seems that the only way to do it is the individual save as, changing the server designation. We had about 50 DTS to move, so I was hoping to do it with one copy.
 
Terry, theres no reference to copying or restoring the MSDB database in that article, do you know if that method works?
 
MSDB contains a lot more than DTS packages. I wouldn't recommend restoring MSDB to another server. The methods described at the SQLDTS site copy from the MSDB.dbo.syspackages table entries to MSDB.dbo.syspackages on the other server. If you want to get the best answer for your question read faq183-874 and thread183-468158.
Terry L. Broadbent - DBA
SQL Server Page:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top