sysdepends System Table - SQL Server 2000

Contains dependency information between objects (views, procedures, and triggers), and the objects (tables, views, and procedures) contained in their definition. This table is stored in each database.

Column nameData typeDescription
idintObject ID.
depidintDependent object ID.
numbersmallintProcedure number.
depnumbersmallintDependent procedure number.
statussmallintInternal status information.
depdbidsmallintReserved.
depsiteidsmallintReserved.
selallbitOn, if the object is used in a SELECT * statement.
resultobjbitOn, if the object is being updated.
readobjbitOn, if the object is being read.