Sql Server: all object dependencies

Posted by Gjorgji on Stack Overflow See other posts from Stack Overflow or by Gjorgji
Published on 2010-04-27T22:14:02Z Indexed on 2010/04/27 22:33 UTC
Read the original article Hit count: 274

Filed under:

Hi,

Is there any place where I can find all possible object dependencies in Sql Server?

What I mean by "object dependency" is a list of object that one object can depend on. For example, TABLE can depend on SCHEMA, TYPE, TABLE, FUNCTION, etc.

© Stack Overflow or respective owner

Related posts about sql-server