Skip to main content
SQL Server

SQL Server - Commit a transaction

SQL Server - Commit a transaction

Confirms every operation performed inside a SQL Server transaction begun with SQL Server: Begin transaction. After the commit, every change is permanently written to the database.


Options

Connection

Reference to the SQL Server: Connection action whose transaction will be confirmed.

Returns

This action has no returns.

Rules and Conditions