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

sql server dts

group:

recovery of dts packages


recovery of dts packages chriske911
8/26/2005 12:00:00 AM
sql server dts:
is there a procedure for recovery of dts packages of a crashed server?
I have a colleague who was developping a dts package on a test server
off course, the inevitable happened without a backup at hand

where can I find the DTS packages and how can I get them back

PS: it was a diskcrash with a corrupt MFT and some bad blocks
file recovery from the disk is still possible for the moment

thnx

Re: recovery of dts packages Narayana Vyas Kondreddi
8/26/2005 12:00:00 AM
Was your colleague saving the dts package to SQL Server? If so, the package
data can be found in the sysdtspackages table of msdb database. Do you have
a recent msdb backup or msdb data and log files available?
--
HTH,
Vyas, MVP (SQL Server)
SQL Server Articles and Code Samples @ http://vyaskn.tripod.com/


[quoted text, click to view]
is there a procedure for recovery of dts packages of a crashed server?
I have a colleague who was developping a dts package on a test server
off course, the inevitable happened without a backup at hand

where can I find the DTS packages and how can I get them back

PS: it was a diskcrash with a corrupt MFT and some bad blocks
file recovery from the disk is still possible for the moment

thnx


Re: recovery of dts packages Allan Mitchell
8/29/2005 12:00:00 AM
Have a look here

Transferring DTS Packages
(http://www.sqldts.com/default.aspx?204)


[quoted text, click to view]

Re: recovery of dts packages Allan Mitchell
8/29/2005 8:34:03 AM
You could do this a number of ways but one of them might be to export
sysdtspackages to a text file every night and save that off somewhere.




[quoted text, click to view]

Re: recovery of dts packages chriske911
8/29/2005 9:10:57 AM
[quoted text, click to view]

thnx, found it eventually on this site:
<http://www.sqldts.com/default.aspx?204>

and completed the restore succesfully

next question maybe is how to perform an automated backup for DTS
packages only
so not the complete msdb data file

grtz

Re: recovery of dts packages chriske911
8/29/2005 11:34:02 AM
[quoted text, click to view]

can I use this backup txt files to import it into another server?
as far as I can see the records in the sysdtspackages table are binary
how can I make a file out of these records?

thnx

AddThis Social Bookmark Button