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