Transaction Server Question:

What is Transaction Server Explicit transaction?

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

Answer:

Explicit transaction: transactions that have a START and END explicitly written are called as an explicit transaction. They last only for the duration of the transaction. When the transaction ends, the connection returns to the transaction mode it was in before the explicit transaction was started


Previous QuestionNext Question
What is Transaction Server Consistency?What is Transaction Server Auto commit?