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
 Import/Export (DTS) and Replication (2000)
 Backup DTS Package

Author  Topic 

william_lee78
Yak Posting Veteran

53 Posts

Posted - 2004-10-06 : 06:22:25
Hi All,

Does anyone know how to backup a DTS package? Can I use the SQL Backup to backup my DTS package created under Local Packages? If someone know, pls teach me how to do it. Thank you

jen
Master Smack Fu Yak Hacker

4110 Posts

Posted - 2004-10-06 : 06:51:15
if you backup the msdb database, then you already made a backup of the package.
Go to Top of Page

derrickleggett
Pointy Haired Yak DBA

4184 Posts

Posted - 2004-10-06 : 23:47:07
You can also open up the package and do a Save As. It lets you save it as a structured file to a directory somewhere. This gives you a little more granular control than backing up msdb.

MeanOldDBA
derrickleggett@hotmail.com

When life gives you a lemon, fire the DBA.
Go to Top of Page

william_lee78
Yak Posting Veteran

53 Posts

Posted - 2004-10-07 : 02:08:33
Hi Jen and Derrickleggett,

Thank you for the solution. Basically, I'm using Save As method at the moment. But, will try out Jen solution soon.

Thank you so much for the help.

Go to Top of Page
   

- Advertisement -