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

1     create table #temptable1(-- 0 Rows, Data: 0 B, Index: 0 B
2         Parameter_Name char(30) not null,
3         Default_Value varchar(11) not null,
4         Memory_Used varchar(11) not null,
5         Config_Value char(32) not null,
6         Run_Value char(32) not null,
7         Unit char(20) not null,
8         Type_ char(10) not null
9     )
10    
QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
written by proc sybsystemprocs..sp_configure  
   called by proc sybsystemprocs..sp_setlockpromote  
      called by proc sybsystemprocs..sp_setrowlockpromote  
      called by proc sybsystemprocs..sp_setpglockpromote  
   called by proc sybsystemprocs..sp_configure