DatabaseTableApplicationCreatedLinks
mastermonWaitEventInfo  31 Aug 14Joins 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
From ColumnsTo TableTo ColumnsCntCstrStrength
[WaitEventID]master..monProcessWaits[WaitEventID]6 Simple Join

ALIASES USED for master..monWaitEventInfo
mwe
3

SCHEMA

COLUMN USAGE
WaitEventIDsp_monitor_event 
Descriptionsp_monitor_event 

QUERIES
Joined With Links
master..monProcessWaits sybsystemprocs..sp_monitor_event:61
sybsystemprocs..sp_monitor_event:88
master..monProcessLookup master..monProcessWaits sybsystemprocs..sp_monitor_event:73

DEPENDENCIES
READERS AND WRITERS
read by proc sybsystemprocs..sp_monitor_event