| Database | Table | Application | Created | Links |
| tempdb | #obj_details_crby_sybsystemprocs__sp_sysmon_dcachestats | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #obj_details(-- 0 Rows, Data: 0 B, Index: 0 B 2 dbid int not null, 3 owner varchar(30) not null, 4 objid int not null, 5 indid int not null, 6 index_name varchar(30) not null, 7 size_KB int not null 8 ) 9
| COLUMN USAGE | |
| dbid | sp_sysmon_dcachestats |
| owner | sp_sysmon_dcachestats |
| objid | sp_sysmon_dcachestats |
| index_name | 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 |