Microsoft
SQL Server Using CONNECT, COMMIT, DISCONNECT, and ROLLBACK
The following table lists each transaction management statement and
describes how it works when you use the SQL Server interface to connect to
a database:
|
Statement |
Description |
|---|---|
|
CONNECT |
Establishes the database connection. After you assign |
|
COMMIT |
COMMIT terminates the logical unit of work, If AutoCommit is false, a |
|
DISCONNECT |
Terminates a successful connection. DISCONNECT If AutoCommit is false, a COMMIT |
|
ROLLBACK |
ROLLBACK terminates a logical unit of work, undoes If AutoCommit is false, a ROLLBACK TRANSACTION |
See also
Microsoft SQL Server
Performance and locking