DatabaseTableApplicationCreatedLinks
mastermonWorkQueue  31 Aug 14Joins Schema ColumnUsage Queries Dependencies

1     create table monWorkQueue(-- 0 Rows, Data: 2 KB, Index: 0 B
2         InstanceID tinyint not null,
3         CurrentLength int not null,
4         MaxLength int not null,
5         TotalRequests int not null,
6         QueuedRequests int not null,
7         WaitTime int not null,
8         Name varchar(30) null
9     )
10    
11    Grant Select on monWorkQueue to public
12    
ALIASES USED for master..monWorkQueue
NO_ALIAS
1

SCHEMA

COLUMN USAGE
TotalRequestssp_sysmon_collect 
QueuedRequestssp_sysmon_collect 
WaitTimesp_sysmon_collect 
Namesp_sysmon_collect 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
read by proc sybsystemprocs..sp_sysmon_collect  
   called by proc sybsystemprocs..sp_sysmon