DatabaseTableApplicationCreatedLinks
mastermonIOController  31 Aug 14Joins Schema ColumnUsage Queries Dependencies

1     create table monIOController(-- 0 Rows, Data: 2 KB, Index: 0 B
2         InstanceID tinyint not null,
3         ControllerID int not null,
4         KTID int not null,
5         EngineNumber int not null,
6         BlockingPolls bigint not null,
7         NonBlockingPolls bigint not null,
8         EventPolls bigint not null,
9         NonBlockingEventPolls bigint not null,
10        FullPolls bigint not null,
11        Events bigint not null,
12        EventHWM bigint not null,
13        Pending int not null,
14        Completed bigint not null,
15        Reads bigint not null,
16        Writes bigint not null,
17        Deferred bigint not null,
18        Type varchar(30) null
19    )
20    
21    Grant Select on monIOController to public
22    
ALIASES USED for master..monIOController
NO_ALIAS
1

SCHEMA

COLUMN USAGE
ControllerIDsp_sysmon_collect 
BlockingPollssp_sysmon_collect 
NonBlockingPollssp_sysmon_collect 
EventPollssp_sysmon_collect 
NonBlockingEventPollssp_sysmon_collect 
FullPollssp_sysmon_collect 
Eventssp_sysmon_collect 
Typesp_sysmon_collect 

QUERIES
Joined With Links

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