Transaction Server Question:

What is Transaction Server Implicit?

MS SQL Server Transaction Interview Question
MS SQL Server Transaction Interview Question

Answer:

Implicit: when the transaction is in implicit mode, a new transaction starts automatically after the current transaction is committed or rolled back. Nothing needs to be done to define the start of the transaction. It generates continues chain of transactions.


Previous QuestionNext Question
What is Transaction Server Auto commit?What is Transaction Server Distributed transaction?