savepoint 中文意思是什麼

savepoint 解釋
回滾到一個保存點
  1. You create a savepoint using the save method, and then later call the

    方法創建一個保存點,然後調用
  2. To roll back a transaction to a given savepoint, you can pass the

    要將事務回滾到指定的保存點,可以將
  3. Lsn of the most recent savepoint for the transaction in the database log

    數據庫日誌中事務的最近保存點的lsn 。
  4. The name of the savepoint

    保存點的名稱。
  5. A rollback to any other name other than a valid savepoint name generates an error

    回滾到其他任何名稱(有效的保存點名除外)都會產生錯誤。
  6. Method to roll back to the savepoint instead of rolling back to the start of the transaction

    方法以回滾到保存點,而不是回滾到事務的起點。
  7. Rolls back a transaction from a pending state, and specifies the transaction or savepoint name

    從掛起狀態回滾事務,並指定事務或保存點名稱。
  8. Is name of a user - defined variable containing a valid savepoint name. the variable must be declared with a

    是用戶定義的、包含有效保存點名稱的變量的名稱。
  9. Method, you can create a named or unnamed savepoint within the current transaction, and the method will return a

    方法,可以在當前事務中創建命名的或未命名的保存點,並且該方法將返回
  10. Rollback transaction erases all data modifications made from the start of the transaction or to a savepoint

    Rollback transaction清除自事務的起點或到某個保存點所做的所有數據修改。
  11. Method. in the following example, a savepoint is used while performing a local transaction consisting of two separate statements in the

    對sql server 2005 adventureworks示例數據庫中的production . scrapreason表運行這些語句,然後使用保存點回滾第二條語句。
  12. Rolls back an explicit or implicit transaction to the beginning of the transaction, or to a savepoint inside the transaction

    將顯式事務或隱性事務回滾到事務的起點或事務內的某個保存點。
  13. Rollback of a user - specified transaction to the last savepoint inside a transaction or to the beginning of a transaction

    延續媒體( continuation media )初始媒體填滿后使用的備份媒體,使備份操作可以延續下去。
分享友人