| Database | Table | Application | Created | Links |
| tempdb | #dbcc_config_crby_sybsystemprocs__sp_plan_dbccdb | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #dbcc_config(-- 0 Rows, Data: 0 B, Index: 0 B 2 dbid int not null, 3 dbname varchar(30) null, 4 scanws_size bigint null, 5 textws_size bigint null, 6 wt_count smallint null, 7 cache_size bigint null, 8 comp_size bigint null 9 ) 10
| COLUMN USAGE | |
| dbid | sp_plan_dbccdb |
| dbname | sp_plan_dbccdb |
| scanws_size | sp_plan_dbccdb |
| textws_size | sp_plan_dbccdb |
| wt_count | sp_plan_dbccdb |
| cache_size | sp_plan_dbccdb |
| comp_size | sp_plan_dbccdb |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_plan_dbccdb |