commit
Syntax
commit
Description
Commits the current transaction (durably if Durability = 1
for the connection). See Durability.
As opposed to Rollback which will undo the most recent uncommitted work.
For examples, see Manage Transactions.