| Database | Table | Application | Created | Links |
| master | monProcessWaits | ![]() | 31 Aug 14 | Joins Schema ColumnUsage Queries Dependencies |
1 create table monProcessWaits(-- 0 Rows, Data: 2 KB, Index: 0 B 2 SPID int not null, 3 InstanceID tinyint not null, 4 KPID int not null, 5 ServerUserID int not null, 6 WaitEventID smallint not null, 7 Waits int not null, 8 WaitTime int not null 9 ) 10 11 Grant Select on monProcessWaits to mon_role 12
| JOINS | ||||||||||||||||||
|
| ALIASES USED for master..monProcessWaits |
| mpw |
| 3 |
| SCHEMA |
![]() |
| COLUMN USAGE | |
| SPID | sp_monitor_event |
| WaitEventID | sp_monitor_event |
| WaitTime | sp_monitor_event |
| DEPENDENCIES |
| READERS AND WRITERS read by proc sybsystemprocs..sp_monitor_event |