Skip to content

Commit 322433d

Browse files
authored
Merge pull request #3766 from MikeRayMSFT/20171101_DemoWithChris
Light update to refresh
2 parents de2d3f4 + a27ec0c commit 322433d

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

docs/database-engine/availability-groups/windows/transactions-always-on-availability-and-database-mirroring.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
22
title: "Transactions - Always On availability groups and database mirroring | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "07/06/2017"
5-
ms.prod: "sql-server-2016"
4+
ms.date: "11/01/2017"
5+
ms.prod:
6+
- "sql-server-2016"
7+
- "sql-server-2017"
68
ms.reviewer: ""
79
ms.suite: ""
810
ms.technology:
@@ -59,7 +61,7 @@ SQL Server 2016 introduces the capability to use distributed transactions where
5961

6062
- Availability groups must be running on Windows Server 2016 or Windows Server 2012 R2. For Windows Server 2012 R2, you must install the update in KB3090973 available at [https://support.microsoft.com/en-us/kb/3090973](https://support.microsoft.com/en-us/kb/3090973).
6163

62-
- Availability groups must be created with the **CREATE AVAILABILITY GROUP** command and the **WITH DTC_SUPPORT = PER_DB** clause. You cannot currently alter an existing availability group.
64+
- Availability groups must be created with the **CREATE AVAILABILITY GROUP** command and the **WITH DTC\_SUPPORT = PER_DB** clause. You cannot currently alter an existing availability group.
6365

6466
- All instances of SQL Server that will participate in the availability group must be SQL Server 2016 or later.
6567

@@ -87,7 +89,7 @@ SQL Server 2016 introduces the capability to use distributed transactions where
8789
> [!NOTE]
8890
> Using Database Mirroring with DTC or using availability groups with DTC in ways not approved in this topic is not supported. This does not imply that aspects of the product unrelated to DTC are unsupported; however, any issues arising from the improper use of distributed transactions will not be supported.
8991
90-
## See Also
92+
## Next steps
9193
[Always On availability groups: Interoperability (SQL Server)](../../../database-engine/availability-groups/windows/always-on-availability-groups-interoperability-sql-server.md)
9294

9395

0 commit comments

Comments
 (0)