Skip to content

Commit 1a06f0a

Browse files
committed
Minor fix. Removing the third 'Important' note on preview/GA diff.
1 parent 29ea75e commit 1a06f0a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

articles/azure-sql/database/elastic-transactions-overview.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,6 @@ using (TransactionScope s = new TransactionScope())
219219

220220
## Transactions for SQL Database
221221

222-
> [!IMPORTANT]
223-
> Distributed transactions for Azure SQL Database
224-
225222
Elastic database transactions are supported across different servers in Azure SQL Database. When transactions cross server boundaries, the participating servers first need to be entered into a mutual communication relationship. Once the communication relationship has been established, any database in any of the two servers can participate in elastic transactions with databases from the other server. With transactions spanning more than two servers, a communication relationship needs to be in place for any pair of servers.
226223

227224
Use the following PowerShell cmdlets to manage cross-server communication relationships for elastic database transactions:

0 commit comments

Comments
 (0)