Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit bf887b4

Browse files
authored
Merge pull request #5359 from way0utwest/patch-32
Added variable verbiage
2 parents 470b726 + b77804b commit bf887b4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-s
3232

3333
Rolls back an explicit or implicit transaction to the beginning of the transaction, or to a savepoint inside the transaction. You can use ROLLBACK TRANSACTION to erase all data modifications made from the start of the transaction or to a savepoint. It also frees resources held by the transaction.
3434

35+
This does not include changes made to local variables or table variables. These are not erased by this statement.
36+
3537

3638
![Topic link icon](../../database-engine/configure-windows/media/topic-link.gif "Topic link icon") [Transact-SQL Syntax Conventions](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md)
3739

0 commit comments

Comments
 (0)