In SQL Server, how do I know what transaction mode I'm currently using?

Posted by Yousui on Stack Overflow See other posts from Stack Overflow or by Yousui
Published on 2010-05-27T06:42:50Z Indexed on 2010/05/27 7:11 UTC
Read the original article Hit count: 156

Hi guys,

In SQL Server, how do I know what transaction mode I'm currently using? Such as autocommit, explicit, or implicit. And how can I change one mode to another using tsql? Great thanks.

© Stack Overflow or respective owner

Related posts about sql-server-2005

Related posts about tsql