Object Dependency in SQL Server
Posted
on Internet.com
See other posts from Internet.com
Published on Fri, 23 Apr 2010 04:00:00 +0100
Indexed on
2010/04/23
12:43 UTC
Read the original article
Hit count: 209
Filed under:
When a SQL Server object is created that references another SQL Server object, such as a stored procedure called from a trigger, that dependency is recorded by the database engine. This article details how to get at that dependency information.
© Internet.com or respective owner