DatabaseTableApplicationCreatedLinks
tempdb#pool_detail_crby_sybsystemprocs__sp_cacheconfig  01 Jan 70Joins Schema ColumnUsage Queries Dependencies

1     create table #pool_detail(-- 0 Rows, Data: 0 B, Index: 0 B
2         cache_name varchar(255) not null,
3         io_sz varchar(8) not null,
4         wash_size varchar(13) not null,
5         configval char(12) not null,
6         runval char(12) not null,
7         pool_status char(21) not null,
8         apf_value varchar(9) not null,
9         instanceid tinyint null
10    )
11    
COLUMN USAGE
cache_namesp_cacheconfig 
io_szsp_cacheconfig 
wash_sizesp_cacheconfig 
configvalsp_cacheconfig 
runvalsp_cacheconfig 
pool_statussp_cacheconfig 
apf_valuesp_cacheconfig 
instanceidsp_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