2 out of 3 rated this helpful - Rate this topic

COMMIT WORK (Transact-SQL)

Marks the end of a transaction.

Topic link icon Transact-SQL Syntax Conventions

COMMIT [ WORK ]
[ ; ]

This statement functions identically to COMMIT TRANSACTION, except COMMIT TRANSACTION accepts a user-defined transaction name. This COMMIT syntax, with or without specifying the optional keyword WORK, is compatible with SQL-92.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.