Implementing transactions over multiple databases

前端 未结 4 631
余生分开走
余生分开走 2020-12-01 15:34

I am performing data changes on multiple databases, and I want to implement a transaction that will cover all of the changes.

This is what I currently have:

4条回答
  •  既然无缘
    2020-12-01 16:07

    If you wish to execute transaction across multiple instances of SQL Server then take a look at the Microsoft Distributed Transaction Coordinator documentation

提交回复
热议问题