| Database | Table | Application | Created | Links |
| tempdb | #optlevel_crby_sybsystemprocs__sp_configure | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #optlevel(-- 0 Rows, Data: 0 B, Index: 0 B 2 name varchar(28) not null, 3 number int not null, 4 type char(2) not null, 5 ansi_w tinyint not null, 6 low int not null, 7 high int not null, 8 msgnum int not null 9 ) 10
| COLUMN USAGE | |
| name | sp_configure |
| number | sp_configure |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_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 |