+| **Distributed transactions** | Supported through Elastic Transactions and custom ADO.NET code. Microsoft Distributed Transaction Coordinator (MSDTC) transactions are not supported. If your packages use MSDTC to coordinate distributed transactions, consider migrating to Elastic Transaction for SQL Database. To use Elastic Transactions in your SSIS package, you have to write custom ADO.NET code in a Script Task, because SSIS doesn't have built-in support for Elastic Transactions.<br/><br/>For more info about coding elastic transactions, see [Elastic Database Transactions with Azure SQL Database](https://azure.microsoft.com/en-us/blog/elastic-database-transactions-with-azure-sql-database/). For more info about elastic transactions in general, see [Distributed transactions across cloud databases](../sql-database/sql-database-elastic-transactions-overview.md). | Not supported. |
0 commit comments