| Database | Table | Application | Created | Links |
| master | monWorkQueue | ![]() | 31 Aug 14 | Joins 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 | |
| TotalRequests | sp_sysmon_collect |
| QueuedRequests | sp_sysmon_collect |
| WaitTime | sp_sysmon_collect |
| Name | sp_sysmon_collect |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read by proc sybsystemprocs..sp_sysmon_collect called by proc sybsystemprocs..sp_sysmon |