all groups > sql server dts > june 2005 >
You're in the

sql server dts

group:

backup of DTS packages


backup of DTS packages Stephen Lonsdale
6/14/2005 3:01:02 AM
sql server dts: I'm seeking help on system backup for DTS packages, and, information on how
to backup or save DTS packages so they can be moved / restored to another
server. (we can save to individual .dts files but this is longwinded - we're
looking for a batch solution)

We have tried backup of the msdb and restoring elsewhere but the DTS
packages do not appear after restore. What are we doing wrong?

Many TIA

Re: backup of DTS packages David
6/14/2005 12:12:15 PM
[quoted text, click to view]

Hi Stephen,
have you tried "DTSBackup 2000"?
http://www.sqldts.com/default.aspx?242

--
Re: backup of DTS packages Cymryr
6/14/2005 3:26:19 PM
Yon can develop a simple vbscript to do that
do a query on the system table that store the list of the dts and do a save
of each package

to restore them do a simple script that scan a folder and load each dts
package in a specified server
This solution is more powerful than dtsbackup2000 because you can script the
udl to use on the new server for example.



"Stephen Lonsdale" <Stephen Lonsdale@discussions.microsoft.com> wrote in
message news:964EECF5-DF3A-4389-950F-26A3C563E30F@microsoft.com...
[quoted text, click to view]

AddThis Social Bookmark Button