| Database | Table | Application | Created | Links |
| tempdb | #mon_types_crby_sybsystemprocs__sp_monitor_list | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #mon_types(-- 0 Rows, Data: 0 B, Index: 0 B 2 mon_type varchar(30) not null, 3 missing_cfg_option int not null, 4 enabled int not null, 5 numcfgs_enabled_via_spmon int not null, 6 config_name varchar(100) null, 7 type varchar(10) null, 8 cfg_value int not null, 9 run_value int not null 10 ) 11
| COLUMN USAGE | |
| missing_cfg_option | sp_monitor_list |
| numcfgs_enabled_via_spmon | sp_monitor_list |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_monitor_list |