| Database | Table | Application | Created | Links |
| tempdb | #cache_info_crby_sybsystemprocs__sp_cacheconfig | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #cache_info(-- 0 Rows, Data: 0 B, Index: 0 B 2 cache_name varchar(255) not null, 3 Status varchar(9) not null, 4 Type varchar(24) not null, 5 ConfigReplacement varchar(11) not null, 6 RunReplacement varchar(11) not null, 7 configval char(12) not null, 8 runval char(12) not null, 9 ConfigPartition int not null, 10 RunPartition int not null, 11 instanceid tinyint null 12 ) 13
| COLUMN USAGE | |
| cache_name | sp_cacheconfig |
| Status | sp_cacheconfig |
| Type | sp_cacheconfig |
| ConfigReplacement | sp_cacheconfig |
| RunReplacement | sp_cacheconfig |
| configval | sp_cacheconfig |
| runval | sp_cacheconfig |
| ConfigPartition | sp_cacheconfig |
| RunPartition | sp_cacheconfig |
| instanceid | sp_cacheconfig |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_cacheconfig called by proc sybsystemprocs..sp_do_poolconfig called by proc sybsystemprocs..sp_poolconfig |