DatabaseTableApplicationCreatedLinks
tempdb#syscacheconfig_crby_sybsystemprocs__sp_helpcache  01 Jan 70Joins 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
configsp_helpcache 
namesp_helpcache 
valuesp_helpcache 
value3sp_helpcache 
statussp_helpcache 
run_sizesp_helpcache 
memory_usedsp_helpcache 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
read_written by proc sybsystemprocs..sp_helpcache