| Database | Table | Application | Created | Links |
| tempdb | #syscacheconfig_crby_sybsystemprocs__sp_helpcache | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #syscacheconfig(-- 0 Rows, Data: 0 B, Index: 0 B 2 config smallint not null, 3 name varchar(255) not null, 4 value int not null, 5 value3 int not null, 6 status int not null, 7 run_size int not null, 8 memory_used int not null 9 ) 10
| COLUMN USAGE | |
| config | sp_helpcache |
| name | sp_helpcache |
| value | sp_helpcache |
| value3 | sp_helpcache |
| status | sp_helpcache |
| run_size | sp_helpcache |
| memory_used | sp_helpcache |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_helpcache |