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

1     create table #cache_info(-- 0 Rows, Data: 0 B, Index: 0 B
2         cache_name varchar(255) not null,
3         Status varchar(9) not null,
4         Type varchar(24) not null,
5         ConfigReplacement varchar(11) not null,
6         RunReplacement varchar(11) not null,
7         configval char(12) not null,
8         runval char(12) not null,
9         ConfigPartition int not null,
10        RunPartition int not null,
11        instanceid tinyint null
12    )
13    
COLUMN USAGE
cache_namesp_cacheconfig 
Statussp_cacheconfig 
Typesp_cacheconfig 
ConfigReplacementsp_cacheconfig 
RunReplacementsp_cacheconfig 
configvalsp_cacheconfig 
runvalsp_cacheconfig 
ConfigPartitionsp_cacheconfig 
RunPartitionsp_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