What is transaction server auto commit?



What is transaction server auto commit?..

Answer / Najim Ali

Auto commit in SQL Server refers to the default behavior where each statement executed within a connection automatically commits after it completes, unless an explicit transaction has been started. This can be disabled using the SET IMPLICIT_TRANSACTIONS OFF command.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What are the source of constraints?

0 Answers  


What is mean by dml?

1 Answers  


What is the use of sign function?

1 Answers  


What is the difference between for xml raw and for xml auto?

0 Answers  


Tell me what is a linked server?

1 Answers  


Explain time data type in sal server 2008?

1 Answers  


1.how to find the dead lock in sql server? 2.How to fine the memory leaks in sql server? 3.suppose transaction log file increasing what action will take ?

1 Answers  


what is performance tunning in sql server ? explain.

1 Answers   Thomson Reuters,


What are the advantages of passing name-value pairs as parameters?

1 Answers  


When a primary key constraint is included in a table, what other constraints does this imply?

1 Answers  


How to throw custom exception in Stored Procedure?

1 Answers   MCN Solutions,


What is the recovery model?

1 Answers  


Categories