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

Commit 0987706

Browse files
authored
Merge pull request #890 from jarek91/patch-1
very minor grammar fix
2 parents 2f5b121 + 8e5cc8d commit 0987706

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/statements/set-implicit-transactions-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ SET IMPLICIT_TRANSACTIONS { ON | OFF }
5555

5656
When OFF, each of the preceding T-SQL statements is bounded by an unseen BEGIN TRANSACTION and an unseen COMMIT TRANSACTION statement. When OFF, we say the transaction mode is *autocommit*. If your T-SQL code visibly issues a BEGIN TRANSACTION, we say the transaction mode is *explicit*.
5757

58-
There are several clarifying point to understand:
58+
There are several clarifying points to understand:
5959

6060
- When the transaction mode is implicit, no unseen BEGIN TRANSACTION is issued if @@trancount > 0 already. However, any explicit BEGIN TRANSACTION statements still increment @@TRANCOUNT.
6161

0 commit comments

Comments
 (0)