| Database | Table | Application | Created | Links |
| tempdb | #syscacheconfig_crby_sybsystemprocs__sp_sysmon_dcachestats | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #syscacheconfig(-- 0 Rows, Data: 0 B, Index: 0 B 2 config smallint not null, 3 parent smallint not null, 4 name char(30) not null, 5 comment char(30) not null, 6 run_size int not null, 7 wash_size int not null, 8 apf_value int not null 9 ) 10
| COLUMN USAGE | |
| config | sp_sysmon_dcachestats |
| parent | sp_sysmon_dcachestats |
| name | sp_sysmon_dcachestats |
| run_size | sp_sysmon_dcachestats |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_sysmon_dcachestats called by proc sybsystemprocs..sp_sysmon_analyze_mda called by proc sybsystemprocs..sp_sysmon |