Skip to content

Commit 7a50be4

Browse files
fix CAG related issues
1 parent 196ee7f commit 7a50be4

1 file changed

Lines changed: 9 additions & 12 deletions

File tree

docs/database-engine/availability-groups/windows/specify-availability-group-name-page.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Availability group wizard: Specify availability group options"
33
description: "Describes the options found on the 'Specify Availability Group Name' page of the Availability Group Wizard within SQL Server Management Studio."
44
author: MashaMSFT
55
ms.author: mathoma
6-
ms.date: "05/17/2016"
6+
ms.date: "09/01/2022"
77
ms.service: sql
88
ms.subservice: availability-groups
99
ms.topic: conceptual
@@ -19,12 +19,12 @@ f1_keywords:
1919
**Availability group name**
2020
Specify the name of the availability group. For a new availability group, specify a valid [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] identifier that is unique across all availability groups in the Windows Server failover cluster (WSFC). The maximum length for an availability group name is 128 characters.
2121

22-
**Cluster type**
22+
**Cluster type**
2323
Next, specify the cluster type. The possible cluster types depend on the [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] version and operating system. Choose one from the following list:
2424

2525
* **Windows Server Failover Clustering**
2626

27-
Use when the availability group is hosted on instances of [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] that belong to a Windows Server failover cluster for high availability and disaster recovery. Applies to all supported versions of [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)].
27+
Use when the availability group is hosted on instances of [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] that belong to a Windows Server failover cluster for high availability and disaster recovery. Applies to all supported versions of [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)].
2828

2929
* **EXTERNAL**
3030

@@ -35,20 +35,18 @@ f1_keywords:
3535
3636
* **NONE**
3737

38-
Use when the availability group is hosted on an instance of [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] that is not managed by a cluster technology for read scale and load balancing. Applies to [!INCLUDE[sssql14](../../../includes/sssql17-md.md)] and later.
38+
Use when the availability group is hosted on an instance of [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] that is not managed by a cluster technology for read scale and load balancing. Applies to [!INCLUDE[sssql14](../../../includes/sssql17-md.md)] and later.
3939

4040
**Database level health detection**
41-
Check this box to enable database level health detection (DB_FAILOVER) option for the availability group. The database health detection notices when a database is no longer in the online status, when something goes wrong and will trigger the automatic failover of the availability group. See
42-
[SQL Server Always On Database Health Detection Failover Option](sql-server-always-on-database-health-detection-failover-option.md).
41+
Check this box to enable database level health detection (DB_FAILOVER) option for the availability group. The database health detection notices when a database is no longer in the online status, when something goes wrong and will trigger the automatic failover of the availability group. See [SQL Server Always On Database Health Detection Failover Option](sql-server-always-on-database-health-detection-failover-option.md).
4342

44-
**Per Database DTC Support** Check this box to enable distributed transactions for the databases in the availability group. In order to guarantee distributed transdactions, the availability group mught be configured to register databases as distributed transaction resource managers. See [Configure distributed transactions for an Always On availability group](configure-availability-group-for-distributed-transactions.md)
43+
**Per Database DTC Support** Check this box to enable distributed transactions for the databases in the availability group. In order to guarantee distributed transactions, the availability group must be configured to register databases as distributed transaction resource managers. See [Configure distributed transactions for an Always On availability group](configure-availability-group-for-distributed-transactions.md)
4544

46-
**Contained** Check this box to create a [contained availability group](contained-availability-groups-overview.md). A contained availability group support managing metadata objects (users, logins, permissions, SQL Agent jobs, etc) at the availability group level in addition to the instance level.
45+
**Contained** Check this box to create a [contained availability group](contained-availability-groups-overview.md). A contained availability group supports managing metadata objects (users, logins, permissions, SQL Agent jobs, etc.) at the availability group level in addition to the instance level.
4746

4847
* **Reuse System Databases**
4948

50-
When using a contained availability group, check this box if you want to reuse exisitng system databases from e previouew Contained Availability Group of the same name.
51-
49+
When using a contained availability group, check this box if you want to reuse existing system databases from a previously created contained availability group of the same name.
5250

5351
Select Databases Page (New Availability Group Wizard and Add Database Wizard)
5452

@@ -59,5 +57,4 @@ Select Databases Page (New Availability Group Wizard and Add Database Wizard)
5957
- [Use the Add Database to Availability Group Wizard (SQL Server Management Studio)](../../../database-engine/availability-groups/windows/availability-group-add-database-to-group-wizard.md)
6058

6159
## See Also
62-
[Overview of Always On Availability Groups (SQL Server)](../../../database-engine/availability-groups/windows/overview-of-always-on-availability-groups-sql-server.md)
63-
60+
[Overview of Always On Availability Groups (SQL Server)](../../../database-engine/availability-groups/windows/overview-of-always-on-availability-groups-sql-server.md)

0 commit comments

Comments
 (0)