dbTalk Databases Forums  

Extract DTS from backup of deactivated server

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Extract DTS from backup of deactivated server in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Rosko
 
Posts: n/a

Default Extract DTS from backup of deactivated server - 11-10-2005 , 12:28 PM






Hello all,

I need to recover a DTS package from a backup tape of a SQL 7 server that is
no longer active. We need to get it into a SQL 2000 database.

While exploring our current system I see several sysdts... tables in the
msdb database that seem to contain DTS info. Is there a way to copy the msdb
database from the backup as a new name and reconstruct the DTS package from
info in the sys tables? Or any other way to do this?
--
Thanks for any advice, Rosko.

Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Extract DTS from backup of deactivated server - 11-10-2005 , 02:13 PM






Yep.

If you stored your packages in msdb then

Restore msdb as a different database name and then pump sysdtspackages
to your new msdb.

Allan

"Rosko" <Rosko (AT) discussions (DOT) microsoft.com> wrote


Quote:
Hello all,

I need to recover a DTS package from a backup tape of a SQL 7 server
that is
no longer active. We need to get it into a SQL 2000 database.

While exploring our current system I see several sysdts... tables in the
msdb database that seem to contain DTS info. Is there a way to copy the
msdb
database from the backup as a new name and reconstruct the DTS package
from
info in the sys tables? Or any other way to do this?
--
Thanks for any advice, Rosko.


Reply With Quote
  #3  
Old   
Ben Rum
 
Posts: n/a

Default Re: Extract DTS from backup of deactivated server - 11-11-2005 , 04:28 AM



Hi Allan

Further to that, does each row in sysdtspackages contain all of the required
data to restore a dts? Considering that I had say 10 versions of 1 dts
stored in that table, could I just restore the most current version from the
backed up MSDB into the MSDB database, and have a fully functional DTS
(assuming all connections/file structure info was OK)

thx, Ben



"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote

Quote:
Yep.

If you stored your packages in msdb then

Restore msdb as a different database name and then pump sysdtspackages
to your new msdb.

Allan

"Rosko" <Rosko (AT) discussions (DOT) microsoft.com> wrote in message
news:38400F74-AAFC-4438-AA85-B65B5816D57C (AT) microsoft (DOT) com:

Hello all,

I need to recover a DTS package from a backup tape of a SQL 7 server
that is
no longer active. We need to get it into a SQL 2000 database.

While exploring our current system I see several sysdts... tables in the
msdb database that seem to contain DTS info. Is there a way to copy the
msdb
database from the backup as a new name and reconstruct the DTS package
from
info in the sys tables? Or any other way to do this?
--
Thanks for any advice, Rosko.




Reply With Quote
  #4  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Extract DTS from backup of deactivated server - 11-12-2005 , 04:06 AM



Yep

Each line is only a version

Allan

"Ben Rum" <bundyrum75 (AT) xx (DOT) yahoo.com> wrote


Quote:
Hi Allan

Further to that, does each row in sysdtspackages contain all of the
required
data to restore a dts? Considering that I had say 10 versions of 1 dts
stored in that table, could I just restore the most current version from
the
backed up MSDB into the MSDB database, and have a fully functional DTS
(assuming all connections/file structure info was OK)

thx, Ben



"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message
news:uj0FDNj5FHA.3384 (AT) TK2MSFTNGP11 (DOT) phx.gbl...

Yep.

If you stored your packages in msdb then

Restore msdb as a different database name and then pump sysdtspackages
to your new msdb.

Allan

"Rosko" <Rosko (AT) discussions (DOT) microsoft.com> wrote in message
news:38400F74-AAFC-4438-AA85-B65B5816D57C (AT) microsoft (DOT) com:


Hello all,

I need to recover a DTS package from a backup tape of a SQL 7 server
that is
no longer active. We need to get it into a SQL 2000 database.

While exploring our current system I see several sysdts... tables in
the
msdb database that seem to contain DTS info. Is there a way to copy
the
msdb
database from the backup as a new name and reconstruct the DTS
package
from
info in the sys tables? Or any other way to do this?
--
Thanks for any advice, Rosko.




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.