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
 General SQL Server Forums
 New to SQL Server Programming
 dts package backup?

Author  Topic 

Hienzs
Starting Member

8 Posts

Posted - 2007-03-08 : 13:35:31
Hi all

Is there anyway (through exsisting or third party software) to include dts packages in a backup?

Thanks

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2007-03-08 : 14:11:02
DTS packages are stored in the msdb database. msdb is a system database, so it should be backed up regularly anyway along with master.

You could also save the DTS packages to a file as a structured storage file using the Save As feature in the designer.

Tara Kizer
Go to Top of Page
   

- Advertisement -