Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Objects inside DTS Pacakge

Status
Not open for further replies.

DrSql

Programmer
Jul 16, 2000
615
US
Not Sure its a DBA or Developer question
Please forgive me for posting this question

Any idea how can I analyze a DTS package and see the tables and other objects used inside. Is it possible to scan the entire server? If its possible please give me some suggestions.
Any quick help would be greatly appreciated.
Thanks
Dr.Sql
Good Luck.



Dr.Sql
Good Luck.
 
There isn't a way to scan all the DTS packages. They are stored in a binary format within the SQL Server. About all you could do is save each one as a VB file then scan the VB files.

Denny
MCSA (2003) / MCDBA (SQL 2000)
MCTS (SQL 2005 / Microsoft Windows SharePoint Services 3.0: Configuration / Microsoft Office SharePoint Server 2007: Configuration)
MCITP Database Administrator (SQL 2005) / Database Developer (SQL 2005)

My Blog
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top