DatabaseTableApplicationCreatedLinks
tempdb#tmp_res_monitor_crby_sybsystemprocs__sp_sysmon_mdcache  01 Jan 70Joins Schema ColumnUsage Queries Dependencies

1     create table #tmp_res_monitor(-- 0 Rows, Data: 0 B, Index: 0 B
2         Name varchar(35) not null,
3         Config_val int not null,
4         System_val int not null,
5         Total_val int not null,
6         Num_free int not null,
7         Num_active int not null,
8         Pct_act char(6) not null,
9         Max_Used int not null,
10        Reuse_cnt int not null,
11        Date varchar(30) not null,
12        Instance_Name varchar(30) null
13    )
14    
COLUMN USAGE
Namesp_sysmon_mdcache 
Num_freesp_sysmon_mdcache 
Num_activesp_sysmon_mdcache 
Max_Usedsp_sysmon_mdcache 
Instance_Namesp_sysmon_mdcache 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
read_written by proc sybsystemprocs..sp_sysmon_mdcache  
   called by proc sybsystemprocs..sp_sysmon_analyze  
      called by proc sybsystemprocs..sp_sysmon