dbTalk Databases Forums  

information about a dts

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


Discuss information about a dts in the microsoft.public.sqlserver.dts forum.



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

Default information about a dts - 09-15-2003 , 05:17 AM






hello,


i have restore the old database of a server and i'm
looking for all the information's of the old dts.
Could you explain me where can i find the informations.
I have already find the name and description of the dts
(in the database msdb in the table "sysdtspackages") but
i can't find the differents step of the DTS.



Thanks in advance for any advice.

Regards
Pierre-Yves


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

Default Re: information about a dts - 09-15-2003 , 05:28 AM






You won't find them in a table. It is all stored in the packagedata column
of the sysdtspackages table.

You can use the DTS object model to enumerate through your steps in a
package or you can simply open the package up.

--

----------------------------
Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org



"pierre-yves" <pierreyves (AT) digitallife (DOT) be> wrote

Quote:
hello,


i have restore the old database of a server and i'm
looking for all the information's of the old dts.
Could you explain me where can i find the informations.
I have already find the name and description of the dts
(in the database msdb in the table "sysdtspackages") but
i can't find the differents step of the DTS.



Thanks in advance for any advice.

Regards
Pierre-Yves




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.