---
title: "SQL Server Transaction"  
description: "Transactions group is a set of tasks into a single execution unit. Each transaction begins with a specific task and ends when all the task in the grou"  
author: "Uttam Misra"  
published: 2011-03-05  
updated: 2026-05-12  
canonical: https://www.mindstick.com/blog/125/sql-server-transaction  
category: "database"  
tags: ["database"]  
reading_time: 1 minute  

---

# SQL Server Transaction

[Transaction](https://www.mindstick.com/blog/175/transactions-in-database)s [group](https://yourviews.mindstick.com/view/81323/adani-green-energy-group-bags-world-s-biggest-solar-bid) is a set of [tasks](https://www.mindstick.com/forum/12789/i-want-to-restore-a-database-bak-file-tasks-restore-database-after-i-select-from-device-and-select-file) into a single [execution](https://www.mindstick.com/blog/178/synchronous-and-asynchronous-command-execution-in-c-sharp-dot-net) unit. Each transaction begins with a specific [task](https://www.mindstick.com/blog/11579/don-t-overburden-yourself-in-going-after-every-task-or-project) and ends when all the task in the group successfully complete. If any of the tasks fails, the transaction fails. \

[Users](https://www.mindstick.com/news/2244/issue-preventing-users-from-accessing-facebook-s-social-networking-platforms-has-been-resolved) can group two or more Transact-SQL statements into a single transaction using the following statements:\

- Begin Transaction
- [Rollback](https://www.mindstick.com/forum/157683/explain-commit-rollback-and-savepoint-statements-with-examples-in-pl-sql) Transaction
- Commit Transaction

[Check](https://yourviews.mindstick.com/story/2248/never-forget-to-check-these-specifications-before-buying-a-mobile-phone) this [link](https://www.mindstick.com/articles/23633/link-builder) for more [detail](https://www.mindstick.com/forum/157518/what-is-svm-algorithm-and-also-explain-it-in-detail)\
http://www.mindstick.com/Articles/bc2ddf49-a755-4f5d-9534-97d38003fe42/?Transaction%20in%20SQL%20Server\

---

Original Source: https://www.mindstick.com/blog/125/sql-server-transaction

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
