Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Find Table Dependency in DTS packages

Author  Topic 

clarkbaker1964
Constraint Violating Yak Guru

428 Posts

Posted - 2005-02-23 : 16:00:47
I want to drop a table but what do I need to search to determine if a dts package is using my table?
Did a few searches but could not find any results on this site.

You can do anything at www.zombo.com

rockmoose
SQL Natt Alfen

3279 Posts

Posted - 2005-02-23 : 16:10:21
I really don't think You can in an "easy" way.
A workaround would be to dump the packages to the file system. ( save as structured storage file... )
Then use a tool to search those files for the tablename.

www.sqldts.com, is a good dts site. ( they might have batch dump scripts to the file system ).

rockmoose
Go to Top of Page
   

- Advertisement -