Database · SQL Server
What is Transactions in SQL Server?
Transactions group related database operations into a unit that either commits together or rolls back together. In practice, the value of this concept comes from understanding where it belongs in the architecture, what problem it solves, and what constraints or tradeoffs it introduces.