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

Commit 99d1549

Browse files
authored
Update terminology for Implicit tran - Autocommit OFF
1 parent 160b411 commit 99d1549

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/sql-server-transaction-locking-and-row-versioning-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-s
7878
Autocommit mode is the default transaction management mode of the [!INCLUDE[ssDEnoversion](../includes/ssdenoversion-md.md)]. Every [!INCLUDE[tsql](../includes/tsql-md.md)] statement is committed or rolled back when it completes. If a statement completes successfully, it is committed; if it encounters any error, it is rolled back. A connection to an instance of the [!INCLUDE[ssDEnoversion](../includes/ssdenoversion-md.md)] operates in autocommit mode whenever this default mode has not been overridden by either explicit or implicit transactions. Autocommit mode is also the default mode for ADO, OLE DB, ODBC, and DB-Library.
7979

8080
**Implicit Transactions**
81-
When a connection is operating in implicit transaction mode, the instance of the [!INCLUDE[ssDEnoversion](../includes/ssdenoversion-md.md)] automatically starts a new transaction after the current transaction is committed or rolled back. You do nothing to delineate the start of a transaction; you only commit or roll back each transaction. Implicit transaction mode generates a continuous chain of transactions. Set implicit transaction mode on through either an API function or the [!INCLUDE[tsql](../includes/tsql-md.md)] SET IMPLICIT_TRANSACTIONS ON statement.
81+
When a connection is operating in implicit transaction mode, the instance of the [!INCLUDE[ssDEnoversion](../includes/ssdenoversion-md.md)] automatically starts a new transaction after the current transaction is committed or rolled back. You do nothing to delineate the start of a transaction; you only commit or roll back each transaction. Implicit transaction mode generates a continuous chain of transactions. Set implicit transaction mode on through either an API function or the [!INCLUDE[tsql](../includes/tsql-md.md)] SET IMPLICIT_TRANSACTIONS ON statement. This mode is also known as Autocommit OFF, see [setAutoCommit Method in JDBC](../connect/jdbc/reference/setautocommit-method-sqlserverconnection.md)
8282

8383
After implicit transaction mode has been set on for a connection, the instance of the [!INCLUDE[ssDEnoversion](../includes/ssdenoversion-md.md)] automatically starts a transaction when it first executes any of these statements:
8484

0 commit comments

Comments
 (0)