dbTalk Databases Forums  

It is possible obtain the data of the dts from system's tables?

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


Discuss It is possible obtain the data of the dts from system's tables? in the microsoft.public.sqlserver.dts forum.



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

Default It is possible obtain the data of the dts from system's tables? - 12-12-2005 , 02:00 PM






The dts are stored in the msdb database in the tables sysdtspackages,
sysdtssteplog, sysdtspackagelog, etc...

Somebody knows how obtaining the querys o commands (text) contained in each
step of the dts?

This is becouse I need to know what tables are used for what dts,
facilitating my task of modification of dts whenever a table be modified


Thanks for your help,


Adal



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

Default Re: It is possible obtain the data of the dts from system's tables? - 12-12-2005 , 02:38 PM






Adatap wrote:
Quote:
The dts are stored in the msdb database in the tables sysdtspackages,
sysdtssteplog, sysdtspackagelog, etc...

Somebody knows how obtaining the querys o commands (text) contained in each
step of the dts?

This is becouse I need to know what tables are used for what dts,
facilitating my task of modification of dts whenever a table be modified


Thanks for your help,


Adal


You cannot query or modify the internals of a DTS package through
tables. The package data is in an image column, but it is COM structured
storage, so you would need to use the object model to get anything out
of it. That is exactly what the LoadFromSQLServer method will do for you
on Package object.

--
Darren
http://www.sqldts.com
http://www.sqlis.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.