I am looking for a query to get ALL the table dependencies from a single database .
I mean ...if there are 10 tables , i want to find the dependent objects like views , index , sps, trg, any other objects all in one go for the 10 tables at the same time in single output .
or table and dependent view
table and dependent index ....etc in this way
can any one provide me such query
I mean ...if there are 10 tables , i want to find the dependent objects like views , index , sps, trg, any other objects all in one go for the 10 tables at the same time in single output .
or table and dependent view
table and dependent index ....etc in this way
can any one provide me such query