You are correct. It was my typo. I join "sys.dm_tran_database_transactions" with "sys.dm_tran_session_transactions" and then with "sys.dm_exec_requests" and then with "sys.dm_exec_sql_text" to confirm that the transaction corresponds to sql statement I'm...