| Database | Table | Application | Created | Links |
| tempdb | #tempobjstats_ndby_sybsystemprocs__sp_sysmon_dcachestats | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #tempobjstats(-- 0 Rows, Data: 0 B, Index: 0 B 2 LogicalReads unknown not null, 3 DBID unknown not null, 4 ObjectID unknown not null, 5 IndexID unknown not null, 6 CachedKB unknown not null, 7 CacheName unknown not null, 8 PhysicalReads unknown not null 9 ) 10
| COLUMN USAGE | |
| LogicalReads | sp_sysmon_dcachestats |
| DBID | sp_sysmon_dcachestats |
| ObjectID | sp_sysmon_dcachestats |
| IndexID | sp_sysmon_dcachestats |
| CachedKB | sp_sysmon_dcachestats |
| CacheName | sp_sysmon_dcachestats |
| PhysicalReads | 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 |