DatabaseTableApplicationCreatedLinks
sybsystemprocssp_monitorconfig_rset_002  01 Jan 70Joins Schema ColumnUsage Queries Dependencies

1     create table sp_monitorconfig_rset_002(-- 0 Rows, Data: 0 B, Index: 0 B
2         Name varchar(25) not null,
3         Num_free int not null,
4         Num_active int not null,
5         Pct_act char(6) not null,
6         Max_Used int not null,
7         Reuse_cnt int not null,
8         Instance_Name varchar(30) not null
9     )
10    
SCHEMA

QUERIES
Joined With Links

DEPENDENCIES