Lesson Learned #37: How to use distributed transactions in Azure SQL Database
Published Mar 13 2019 07:00 PM 1,858 Views
First published on MSDN on Mar 30, 2018
Currently, there is not possible to update two tables of different databases using a single transaction in Azure SQL Database in the same way that we have in SQL Server

If you need to implement in your code a distributed transactions, your application will the coordinator of this distributed transaction using the transaction scope method using .NET.

In this YouTube channel you will find in Spanish and English how to implement in your application distributed transactions.

Enjoy!
1 Comment
Version history
Last update:
‎Mar 13 2019 07:00 PM
Updated by: