dbTalk Databases Forums  

Where are DTS Scripts held?

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


Discuss Where are DTS Scripts held? in the microsoft.public.sqlserver.dts forum.



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

Default Where are DTS Scripts held? - 08-17-2004 , 08:10 AM






Hi,
We appear to have lost all of our DTS packages from within
an SQL Server 7 database. There are no MSDB backups (ho
hum!). You can see the package names within "Local
Packages" but they appear to be empty. Can anyone tell me
where they are stored so that we can look and see if they
have just been disconnected in some way?

Reply With Quote
  #2  
Old   
Darren Green
 
Posts: n/a

Default Re: Where are DTS Scripts held? - 08-17-2004 , 10:06 AM







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

Quote:
Hi,
We appear to have lost all of our DTS packages from within
an SQL Server 7 database. There are no MSDB backups (ho
hum!). You can see the package names within "Local
Packages" but they appear to be empty. Can anyone tell me
where they are stored so that we can look and see if they
have just been disconnected in some way?
DTS packages are stored in the msdb.dbo.sysdtspackages table. The package
data is a blob, and not much good unless you use the object model to load
and examine it.
Perhaps you could check and older version of the package, or try ad
different machine to open the packages in case it is just the local EM that
cannot load or display it properly.


--
Darren Green
http://www.sqldts.com




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.