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
 General SQL Server Forums
 New to SQL Server Administration
 External dependencies

Author  Topic 

virilus
Starting Member

3 Posts

Posted - 2011-07-15 : 17:08:02
I have 11 databases and I want to find the dependecy between the the table of 1 db and the objects of other dbs ..For example suppose there are two DBs db1 and db2. In db1 there is a table called table1 and in db2 there is a procedure called sp_table2. How should I find the dependency between the table table1 and procedure sp_table2.
   

- Advertisement -