Distributed transactions vs general transactions

Source: Internet
Author: User

Premise: first create a linked server, alias: linkserver

Set xact_abort on/* This must be enabled, otherwise the transaction has no significance */

/* Haha, the most obvious sign of distributed transactions; a common transaction is Tran in TRAN T1; a common transaction here can be considered as a transaction on a server rather than a cross-server transaction, that is, narrow distribution */
Begin Distributed Transaction T1
Update linkserver. db1.dbo. Table1 set.../* update another remote server */

Insert into localhost. db2.dbo. Table2.../* append a record to the local server */
 
If @ error <> 0/* if there is an error, the transaction is rolled back. If there are multiple steps, the transaction can be rolled back in batches */
Begin
Rollback T1
Return @ Error
End
Commit tran

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.