| Database | Table | Application | Created | Links |
| tempdb | #column_depends_ndby_sybsystemprocs__sp_depends_cols | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #column_depends(-- 0 Rows, Data: 0 B, Index: 0 B 2 Type varchar(23) not null, 3 Property varchar(11) not null, 4 Dependency varchar(255) not null, 5 [Column] varchar(255) not null, 6 AlsoSee varchar(100) not null 7 ) 8
| COLUMN USAGE | |
| Type | sp_depends |
| Property | sp_depends |
| Dependency | sp_depends |
| Column | sp_depends |
| AlsoSee | sp_depends |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS written by proc sybsystemprocs..sp_depends_cols called by proc sybsystemprocs..sp_depends |