| Database | Table | Application | Created | Links |
| master | monWaitEventInfo | ![]() | 31 Aug 14 | Joins Schema ColumnUsage Queries Dependencies |
1 create table monWaitEventInfo(-- 0 Rows, Data: 2 KB, Index: 0 B 2 WaitEventID smallint not null, 3 WaitClassID smallint not null, 4 Description varchar(55) null, 5 Language varchar(30) null 6 ) 7 8 Grant Select on monWaitEventInfo to mon_role 9
| JOINS | ||||||||||||
|
| ALIASES USED for master..monWaitEventInfo |
| mwe |
| 3 |
| SCHEMA |
![]() |
| COLUMN USAGE | |
| WaitEventID | sp_monitor_event |
| Description | sp_monitor_event |
| DEPENDENCIES |
| READERS AND WRITERS read by proc sybsystemprocs..sp_monitor_event |