Skip to content

Commit acf1f57

Browse files
authored
Merge pull request #854 from BraveJhawk/patch-3
ROLLBACK TRANSACTION: Corrected typo
2 parents 3a2834f + 25345b1 commit acf1f57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/t-sql/language-elements/rollback-transaction-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: "ROLLBACK TRANSACTION (Transact-SQL) | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "09/12/2017"
@@ -68,7 +68,7 @@ ROLLBACK { TRAN | TRANSACTION }
6868

6969
ROLLBACK TRANSACTION cannot reference a *savepoint_name* in distributed transactions started either explicitly with BEGIN DISTRIBUTED TRANSACTION or escalated from a local transaction.
7070

71-
A transaction cannot be rolled back after a COMMIT TRANSACTION statement is executed, except when the COMMIT TRANSACTION is associated with a nested transaction that is contained within the transaction being rolled back. In this instance, the nested transaction will is rolled back, even if you have issued a COMMIT TRANSACTION for it.
71+
A transaction cannot be rolled back after a COMMIT TRANSACTION statement is executed, except when the COMMIT TRANSACTION is associated with a nested transaction that is contained within the transaction being rolled back. In this instance, the nested transaction is rolled back, even if you have issued a COMMIT TRANSACTION for it.
7272

7373
Within a transaction, duplicate savepoint names are allowed, but a ROLLBACK TRANSACTION using the duplicate savepoint name rolls back only to the most recent SAVE TRANSACTION using that savepoint name.
7474

0 commit comments

Comments
 (0)