DatabaseTableApplicationCreatedLinks
sybsystemprocssp_configure_rset_001  01 Jan 70Joins Schema ColumnUsage Queries Dependencies

1     create table sp_configure_rset_001(-- 0 Rows, Data: 0 B, Index: 0 B
2         [Parameter Name] char(30) not null,
3         [Default] varchar(20) not null,
4         [Memory Used] char(11) not null,
5         [Config Value] varchar(20) not null,
6         [Run Value] varchar(20) not null,
7         Unit char(20) not null,
8         Type char(20) not null
9     )
10    
SCHEMA

QUERIES
Joined With Links

DEPENDENCIES