What is Transaction?
By admin on Mar 15, 2007 in Ms Sql Server Interview Questions
A transaction is a sequence of operations performed as a single logical unit of work. A logical unit of work must exhibit four properties, called the ACID (Atomicity, Consistency, Isolation, and Durability) properties, to qualify as a transaction.


