Home > Database > Mysql Tutorial > body text

SET XACT_ABORT ON

WBOY
Release: 2016-06-07 17:42:30
Original
1939 people have browsed it

SET XACT_ABORT ON时,在事务中,若出现错误,系统即默认回滚事务, 但只对非自定义错误有效 SET XACT_ABORT OFF,默认值,在事务中,回滚一个语句还是整个事务视错误的严重程序而定,用户级错误一般不会回滚整个事务 Q: you are writing a set of queries a

SET XACT_ABORT ON时,在事务中,香港虚拟主机,若出现错误,系统即默认回滚事务,但只对非自定义错误有效

SET XACT_ABORT OFF,默认值,在事务中,回滚一个语句还是整个事务视错误的严重程序而定,美国空间,用户级错误一般不会回滚整个事务

 

Q:you are writing a set of queries against a filestream-enabled database. you create a stored procedure that will update multiple tables within a transaction.you need to ensure that if the stored procedure raises a run-time error,the entire transaction is terminated and rolled back.which T-SQL statement should you include at the beginning of the stored procedure?

A:SET XACT_ABORT ON

,香港服务器租用
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!