Hi @Samantha r
I looked through all the relevant DMVs and found only two columns related to transaction type.
The sys.dm_tran_active_transactions returns a column named transaction_type that contains four transaction types: read/write transactions, read-only transactions, system transactions, and distributed transactions.
The sys.dm_tran_database_transactions returns a column named database_transaction_type, which contains read/write transactions, read-only transactions, and system transactions.
Like Erland said above, there seems to be no way to see the difference between the first four.
Best regards,
Percy Tang
If the answer is the right solution, please click "Accept Answer". If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our Documentation to enable e-mail notifications if you want to receive the related email notification for this thread.