DatabaseTableApplicationCreatedLinks
tempdb#cachesize_info_crby_sybsystemprocs__sp_helpcache  01 Jan 70Joins 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
cachenamesp_helpcache 
configsizesp_helpcache 
runtimesizesp_helpcache 
overheadsp_helpcache 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
written by proc sybsystemprocs..sp_helpcache