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,以使INSERT、UPDATE或DELETE語句生效。
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_ABORT為ON的情況下使用-SkipErrors,那么,如果某個語句導致錯誤,則會跳過整批更改。
In the second set of statements, SET XACT ABORT
在第二個語句集中,將