The posts on this weblog are provided AS IS with no warranties, and confer no rights. The opinions expressed herein are Falafel Employee's own personal opinions and do not represent Falafel Software view in any way.
All Source Code presented or made available for download is licensed under a: Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License.
Go Back
Posted by: John Waters
Sunday, March 22, 2009
Yesterday I was debugging some SQL Server transaction logic, and came across the following handy command to see which transactions are running:
SELECT * FROM sys.dm_tran_session_transactions
Category:
Type the code shown