dbTalk Databases Forums  

DTS - Recovery from Uninstall

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


Discuss DTS - Recovery from Uninstall in the microsoft.public.sqlserver.dts forum.



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

Default DTS - Recovery from Uninstall - 01-12-2004 , 12:31 PM






I was a bonehead and uninstalled MSDE 2000 which had a
fairly elaborate DTS Package.

Not realizing what had happened, I proceded to reinstall
MSDE 2000 and then of course noticed the package was gone.

Does SQL Server save a package anywhere on the hard drive
that is recoverable?

MSDE 2000 (DTS Package was created pre-SP3A.. the server
is now SP3A), running on Windows 2000 Pro.

Reply With Quote
  #2  
Old   
 
Posts: n/a

Default DTS - Recovery from Uninstall - 01-12-2004 , 12:38 PM






Found my answer:

This option saves a DTS package in the sysdtspackages
table in the SQL Server msdb database as BLOB (binary
large object) data.


Quote:
-----Original Message-----
I was a bonehead and uninstalled MSDE 2000 which had a
fairly elaborate DTS Package.

Not realizing what had happened, I proceded to reinstall
MSDE 2000 and then of course noticed the package was gone.

Does SQL Server save a package anywhere on the hard drive
that is recoverable?

MSDE 2000 (DTS Package was created pre-SP3A.. the server
is now SP3A), running on Windows 2000 Pro.
.


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

Default Re: DTS - Recovery from Uninstall - 01-12-2004 , 12:40 PM



By default DTS packages are stored in MSDB unless you've told it to save
them elsewhere. Your options are File System, VB, Meta Data Services
(although this is MSDB)
Do you have a backup of MSDB?

DTSBackup 2000
(http://www.sqldts.com/default.aspx?242)

--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.allisonmitchell.com - Expert SQL Server Consultancy.
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"Vince Pacella" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
I was a bonehead and uninstalled MSDE 2000 which had a
fairly elaborate DTS Package.

Not realizing what had happened, I proceded to reinstall
MSDE 2000 and then of course noticed the package was gone.

Does SQL Server save a package anywhere on the hard drive
that is recoverable?

MSDE 2000 (DTS Package was created pre-SP3A.. the server
is now SP3A), running on Windows 2000 Pro.



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.