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: 179
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