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
在第二个语句集中,将