DatabaseTableApplicationCreatedLinks
tempdb#syscacheconfig_crby_sybsystemprocs__sp_cacheconfig  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         parent smallint not null,
4         name varchar(255) not null,
5         config_size int not null,
6         status int not null,
7         runstat int not null,
8         comment varchar(255) not null,
9         run_size int not null,
10        wash_size int not null,
11        apf_value int not null,
12        cfg_cache_partition int not null,
13        value2 varchar(255) not null
14    )
15    
COLUMN USAGE
configsp_cacheconfig 
parentsp_cacheconfig 
namesp_cacheconfig 
config_sizesp_cacheconfig 
statussp_cacheconfig 
runstatsp_cacheconfig 
commentsp_cacheconfig 
run_sizesp_cacheconfig 
wash_sizesp_cacheconfig 
apf_valuesp_cacheconfig 
cfg_cache_partitionsp_cacheconfig 
value2sp_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