DatabaseTableApplicationCreatedLinks
mastermonRepSenders  31 Aug 14Joins Schema ColumnUsage Queries Dependencies

1     create table monRepSenders(-- 0 Rows, Data: 2 KB, Index: 0 B
2         DBID int not null,
3         SPID int not null,
4         InstanceID tinyint not null,
5         EngineBinding int not null,
6         MessageQueueSize int not null,
7         MessagesInQueue int not null,
8         NumberOfScannerYields int not null,
9         NumberOfScannerSleeps int not null,
10        NumberOfBytesSent int not null,
11        LastRepServerError int not null,
12        NumberOfRetries int not null,
13        SleepsOnEmptyQueue int not null,
14        NumberOfQueueFlushes int not null,
15        SleepTimeOnEmptyQueue int not null,
16        LongestSleepTimeOnEmptyQueue int not null,
17        MaxQueueSize int not null,
18        DBName varchar(30) null,
19        Dataserver varchar(30) null,
20        ReplicationServer varchar(30) null,
21        Username varchar(30) null,
22        Status varchar(30) null,
23        SleepStatus varchar(30) null
24    )
25    
26    Grant Select on monRepSenders to public
27    
JOINS
From ColumnsTo TableTo ColumnsCntCstrStrength
[DBID]master..sysdatabases[dbid]4 FK
[DBID]master..monRepScanners[DBID]4 Simple Join
[DBID, SPID]master..monRepScanners[SPID, DBID]2 Simple Join

ALIASES USED for master..monRepSenders
send
7

SCHEMA

COLUMN USAGE
DBIDsp_help_rep_agent 
SPIDsp_help_rep_agent 
MessageQueueSizesp_help_rep_agent 
MessagesInQueuesp_help_rep_agent 
LastRepServerErrorsp_help_rep_agent 
NumberOfRetriessp_help_rep_agent 
Dataserversp_help_rep_agent 
ReplicationServersp_help_rep_agent 
Usernamesp_help_rep_agent 
Statussp_help_rep_agent 
SleepStatussp_help_rep_agent 

QUERIES
Joined With Links
master..sysdatabases sybsystemprocs..sp_help_rep_agent:646
sybsystemprocs..sp_help_rep_agent:321
master..sysdatabases master..monRepScanners sybsystemprocs..sp_help_rep_agent:205
master..monRepScanners sybsystemprocs..sp_help_rep_agent:277
sybsystemprocs..sp_help_rep_agent:183

DEPENDENCIES
READERS AND WRITERS
read by proc sybsystemprocs..sp_help_rep_agent