| Database | Table | Application | Created | Links |
| tempdb | #dbcc_dblist_crby_sybsystemprocs__sp_plan_dbccdb | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #dbcc_dblist(-- 0 Rows, Data: 0 B, Index: 0 B 2 dbid int not null, 3 ldev_name varchar(30) not null, 4 status3 int not null 5 ) 6
| COLUMN USAGE | |
| dbid | sp_plan_dbccdb |
| ldev_name | sp_plan_dbccdb |
| status3 | sp_plan_dbccdb |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_plan_dbccdb |