Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
frank.svs
Constraint Violating Yak Guru
368 Posts |
Posted - 2007-06-14 : 07:13:04
|
Hi,use T-SQL how to set autocommit false in sql server.Regards,franky |
|
harsh_athalye
Master Smack Fu Yak Hacker
5581 Posts |
Posted - 2007-06-14 : 08:16:08
|
There is no T-SQL specifically to set AutoCommit mode False in SQL Server. But you can achieve this thing indirectly by setting IMPLICIT_TRANSACTIONS ON.Harsh AthalyeIndia."The IMPOSSIBLE is often UNTRIED" |
 |
|
|
|
|