|
|
|
|
Browse by Tags
All Tags » SQL Server 2008 » DMVs » sysdepends (RSS)
-
sysdepends, sp_depends and sys.sql_dependencies
Since my very first experience with SQL Server (version
6.5), I have used the system table sysdepends and the
system stored procedure sp_depends to track dependency
information in my databases. The purpose
of tracking dependency information is to allow me to determine which objects
are ...
|
|
|
|
|