Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Transactions event classes can be used to monitor the status of transactions. The event class names that are prefixed with TM: are used to track the transaction-related operations that are sent through the transaction management interface.
In This Section
Topic | Description |
---|---|
Tracks transactions coordinated by the Microsoft Distributed Transaction Coordinator (MS DTC). These are transactions distributed between two or more databases or instances of the SQL Server Database Engine. |
|
Tracks Transact-SQL BEGIN TRAN, COMMIT TRAN, SAVE TRAN, and ROLLBACK TRAN statements. |
|
Indicates that a BEGIN TRANSACTION request has completed. |
|
Indicates that a BEGIN TRANSACTION request is starting. |
|
Indicates that a COMMIT TRANSACTION request has completed. |
|
Indicates that a COMMIT TRANSACTION request is starting. |
|
Indicates that a PROMOTE TRANSACTION request has completed. |
|
Indicates that a PROMOTE TRANSACTION request is starting. |
|
Indicates that a ROLLBACK TRANSACTION request has completed. |
|
Indicates that a ROLLBACK TRANSACTION request is starting. |
|
Indicates that a SAVE TRANSACTION request has completed. |
|
Indicates that a SAVE TRANSACTION request is starting. |
|
Tracks when transactions are written to a database transaction log. |
See Also
Concepts
Transactions (Database Engine)