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.

 All Forums
 SQL Server 2000 Forums
 Transact-SQL (2000)
 Auto Commit false

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 Athalye
India.
"The IMPOSSIBLE is often UNTRIED"
Go to Top of Page
   

- Advertisement -