1 create table monRepScanners(-- 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 LogRecordsScanned int not null,
7 LogRecordsProcessed int not null,
8 NumberOfTruncPointRequested int not null,
9 NumberOfTruncPointMoved int not null,
10 DBName varchar(30) null,
11 Status varchar(30) null,
12 SleepStatus varchar(30) null,
13 StartMarker varchar(30) null,
14 EndMarker varchar(30) null,
15 CurrentMarker varchar(30) null,
16 OldestTransaction varchar(30) null
17 )
18
19 Grant Select on monRepScanners to public
20
ALIASES USED for master..monRepScanners |
scan |
7 |
SCHEMA |
|