ROLLBACK statement without a transaction or savepoint name always rolls back statements to the outermost BEGIN transaction (explicit or implicit) statement, and cancels the entire transaction.
没有事务名称或保存点名称的ROLLBACK语句总是将语句回退到最外层的BEGIN TRANSACTION(显式或隐式)语句,并且取消整个事务。
Begin, continue, and conclude the transaction entries.
开始、继续并结束这次交易的输入。
Or, you can start a new transaction with a BEGIN WORK statement.
或者,可以用 BEGIN WORK 语句开始一个新事务。
应用推荐