xact

xact

 英

  • 網絡Xilinx Automated CAE Tools; 美國; 主動控制技術

例句

The code in a CATCH block should test for the state of a transaction by using the XACT_STATE function.

CATCH代碼可以通過使用XACT_STATE函數測試事務狀態

The XACT_STATE function determines whether the transaction should be committed or rolled back.

XACT_STATE函數確定提交事務事務

Unless you require XACT_ABORT to be set to ON in triggers, we recommend that you set it to OFF if you are using the -SkipErrors parameter.

如果使用-SkipErrors參數除非需要觸發器中將XACT_ABORT設置ON否則建議設置OFF

After SET XACT_ABORT ON is executed, any run-time statement error causes an automatic rollback of the current transaction.

執行SETXACT_ABORTON語句任何運行語句錯誤導致自動回滾當前事務

The XACT_ABORT SET option should be set to ON for INSERT, UPDATE, or DELETE statements to work.

XACT_ABORTSET選項設置ON使INSERTUPDATEDELETE語句生效

To set the option off, specify SET XACT ABORT OFF in the trigger definition.

若要選項設置OFF觸發器定義指定

Write all log records for a Xact before commit ?

事務提交事務相關所有日志記錄

If SET XACT_ABORT is ON in the local server, the setting is propagated to the linked server.

如果本地服務器中將SETXACT_ABORT設置ON設置傳播鏈接服務器

You can change this behavior using the SET XACT_ABORT statement.

可以使用SETXACT_ABORT語句更改行為

Compile errors, such as syntax errors, are not affected by SET XACT_ABORT.

編譯錯誤語法錯誤SETXACT_ABORT影響

If -SkipErrors is used with XACT_ABORT ON, the entire batch of changes is skipped if a statement causes an error.

如果XACT_ABORTON情況使用-SkipErrors,那么如果某個語句導致錯誤更改

In the second set of statements, SET XACT ABORT

第二語句集中