| Database | Table | Application | Created | Links |
| tempdb | #resource_monitor_tbl_crby_sybsystemprocs__sp_monitorconfig | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #resource_monitor_tbl(-- 0 Rows, Data: 0 B, Index: 0 B 2 id int not null, 3 confignum int not null, 4 counter1 varchar(40) null, 5 counter2 varchar(40) null, 6 counter3 varchar(40) null, 7 counter4 varchar(40) null, 8 is_perprocess int not null, 9 multiplier int not null 10 ) 11
| COLUMN USAGE | |
| id | sp_monitorconfig |
| confignum | sp_monitorconfig |
| counter1 | sp_monitorconfig |
| counter2 | sp_monitorconfig |
| counter3 | sp_monitorconfig |
| counter4 | sp_monitorconfig |
| is_perprocess | sp_monitorconfig |
| multiplier | sp_monitorconfig |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_monitorconfig called by proc sybsystemprocs..sp_sysmon_mdcache called by proc sybsystemprocs..sp_sysmon_analyze called by proc sybsystemprocs..sp_sysmon |