| Database | Table | Application | Created | Links |
| tempdb | #cachesize_info_crby_sybsystemprocs__sp_helpcache | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #cachesize_info(-- 0 Rows, Data: 0 B, Index: 0 B 2 cachename varchar(255) not null, 3 configsize varchar(30) not null, 4 runtimesize varchar(30) not null, 5 overhead varchar(30) not null 6 ) 7
| COLUMN USAGE | |
| cachename | sp_helpcache |
| configsize | sp_helpcache |
| runtimesize | sp_helpcache |
| overhead | sp_helpcache |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS written by proc sybsystemprocs..sp_helpcache |