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.
| Author |
Topic |
|
Hienzs
Starting Member
8 Posts |
Posted - 2007-03-08 : 13:35:31
|
| Hi allIs 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 |
 |
|
|
|
|
|