How Can I come to know the dependent database object of one database to another database.
For Example: table t1 is in employee database having insert trigger in table t1 is using another database finance. So in one glance how will I come to know that finance database is dependent on employee database.
For Example: table t1 is in employee database having insert trigger in table t1 is using another database finance. So in one glance how will I come to know that finance database is dependent on employee database.