Contains the transaction log. It is used by SQL Server for recovery and roll forward. It is for internal use only.
You cannot delete from, insert into, or update syslogs.
| Column | Datatype | Description |
|---|---|---|
| xactid | binary(6) | Transaction ID |
| op | tinyint | Update-operation number |
This table does not have any indexes.