1 create table systransactions(-- 0 Rows, Data: 2 KB, Index: 0 B
2 xactkey binary(14) not null,
3 starttime datetime not null,
4 failover int not null,
5 type int not null,
6 coordinator int not null,
7 state int not null,
8 connection int not null,
9 status int not null,
10 status2 int not null,
11 spid smallint not null,
12 masterdbid smallint not null,
13 loid int not null,
14 namelen smallint not null,
15 xactname varchar(255) null,
16 srvname varchar(30) null,
17 nodeid tinyint null
18 )
19
20 alter table systransactions lock datarows
21
22 Grant Select on systransactions to public
23
| ALIASES USED for master..systransactions |
| NO_ALIAS | s |
| 3 | 7 |
| SCHEMA |
 |