DatabaseTableApplicationCreatedLinks
tempdb#configures_crby_sybsystemprocs__sp_monitor_list  01 Jan 70Joins Schema ColumnUsage Queries Dependencies

1     create table #configures(-- 0 Rows, Data: 0 B, Index: 0 B
2         mon_type varchar(100) not null,
3         config_name varchar(255) not null,
4         run_value int not null,
5         cfg_value int not null,
6         type varchar(10) not null
7     )
8     
COLUMN USAGE
mon_typesp_monitor_list 
config_namesp_monitor_list 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
written by proc sybsystemprocs..sp_monitor_list