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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DTS Backup and Restore

Status
Not open for further replies.

mlabac

Programmer
Jan 22, 2004
23
0
0
US
How do you back up DTS packages? Are these stored the master DB? I currently back up all the user and system DB's. Is restoring the DTS packages as simple as restoring the master DB?

Thanks
 
DTS packages are actually stored in the MSDB database in a table called sysdtspackages.

If you want to back up individual packages once they are changed, I would recommend saving them to a "Structured Storage File" and then backing up drive where you saved them. We actually save them as a "Structured Storage File" and them maintain source control with Visual SourceSafe.
 
You can find a nice tool for saving/copying of dts packages at
It is called DTSBackup 2000.

It is useful, if you have your packages as local packages, but you want to copy them somewhere else as (structured) files.

Cheers


[blue]Backup system is as good as the latest recovery[/blue]
 
Thanks for the help...got them backed up!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top