transaction
1 TopicLesson Learned #37: How to use distributed transactions in Azure SQL Database
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 ServerIf 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 .2.1KViews2likes1Comment