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

1     create table #mon_types(-- 0 Rows, Data: 0 B, Index: 0 B
2         mon_type varchar(30) not null,
3         missing_cfg_option int not null,
4         enabled int not null,
5         numcfgs_enabled_via_spmon int not null,
6         config_name varchar(100) null,
7         type varchar(10) null,
8         cfg_value int not null,
9         run_value int not null
10    )
11    
COLUMN USAGE
missing_cfg_optionsp_monitor_list 
numcfgs_enabled_via_spmonsp_monitor_list 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
read_written by proc sybsystemprocs..sp_monitor_list_montypes  
   called by proc sybsystemprocs..sp_monitor_list