| Database | Table | Application | Created | Links |
| tempdb | #resource_result_tbl_crby_sybsystemprocs__sp_monitorconfig | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #resource_result_tbl(-- 0 Rows, Data: 0 B, Index: 0 B 2 Name varchar(25) 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 Instance_Name varchar(30) null 12 ) 13
| COLUMN USAGE | |
| Name | sp_monitorconfig |
| Config_val | sp_monitorconfig |
| System_val | sp_monitorconfig |
| Total_val | sp_monitorconfig |
| Num_free | sp_monitorconfig |
| Num_active | sp_monitorconfig |
| Pct_act | sp_monitorconfig |
| Max_Used | sp_monitorconfig |
| Reuse_cnt | sp_monitorconfig |
| Instance_Name | 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 |