| Database | Table | Application | Created | Links |
| tempdb | #sphelpconfig2rs_crby_sybsystemprocs__sp_helpconfig | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #sphelpconfig2rs(-- 0 Rows, Data: 0 B, Index: 0 B 2 Minimum_Value int not null, 3 Maximum_Value int not null, 4 Default_Value int not null, 5 Current_Value int not null, 6 Memory_Used char(11) not null, 7 Unit varchar(20) not null, 8 Type varchar(10) not null 9 ) 10
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS written by proc sybsystemprocs..sp_helpconfig |