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
| ALIASES USED for master..monRepSenders |
| send |
| 7 |
| SCHEMA |
 |