SQL things and rollback

Source: Internet
Author: User

The first type:

BeginTry
BeginTranTran1
InsertIntoT1 (Id, C1)Values(1,‘1‘)
InsertIntoT1 (Id, C1)Values(‘XX2‘,‘2‘)--This sentence produces an error
COMMITTRANTran1
END Try
Begin Catch
raiserror 50005N' gone wrong '
ROLLBACK TRAN Tran1 ---call rollback after an error
END Catch

The second type:

SETXact_abortOn----The statement produces a run-time error, and the entire transaction terminates and rolls back.
BeginTran
INSERTIntoT1 (Id, C1)VALUES(1,‘1 )
     insert  into t1 (ID, C1)   values xx2 ' , 2 ' )  --
commit  tran

SQL things and rollback

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.