DatabaseTableApplicationCreatedLinks
sybsystemprocssp_monitorconfig_rset_001  01 Jan 70Joins Schema ColumnUsage Queries Dependencies

1     create table sp_monitorconfig_rset_001(-- 0 Rows, Data: 0 B, Index: 0 B
2         Name varchar(25) not null,
3         [Configure Value] int not null,
4         [System Value] int not null,
5         [Run Value] int not null,
6         Num_free int not null,
7         Num_active int not null,
8         Pct_act char(6) not null,
9         Max_Used int not null,
10        Reuse_cnt int not null,
11        Instance_Name varchar(30) not null
12    )
13    
SCHEMA

QUERIES
Joined With Links

DEPENDENCIES