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