Interesting Observation of DMV of Active Transactions and DMV of Curre(blog.sqlauthority.com)
submitted by
pinaldave(9662) 2 years, 10 months ago
This post is about a riveting observation I made a few days back. While playing with transactions I came across two DMVs that are associated with Transactions.
1) sys.dm_tran_active_transactions - Returns information about transactions for the instance of SQL Server.
2) sys.dm_tran_current_transaction - Returns a single row that displays the state information of the transaction in the current session.
Now, what really interests me is the following observation.
|category: Database
|Views: 107
tags:
SQLAuthority pinaldave SQLServer Database SQL another
Everyones tags:
Your Tags: