Skip to content

Commit 5f1e86b

Browse files
authored
Update specify-availability-group-name-page.md
Style suggestions
1 parent b3fa5ad commit 5f1e86b

1 file changed

Lines changed: 37 additions & 29 deletions

File tree

Lines changed: 37 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,68 @@
11
---
2-
title: "Availability group wizard: Specify availability group options"
2+
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: "09/01/2023"
6+
ms.reviewer: randolphwest
7+
ms.date: 09/01/2023
78
ms.service: sql
89
ms.subservice: availability-groups
910
ms.topic: conceptual
1011
f1_keywords:
1112
- "sql13.swb.newagwizard.specifyagname.f1"
1213
- "sql13.swb.adddatabasewizard.specifyagname.f1"
1314
---
14-
# Specify Availability Group Options Page for an Always On Availability Group
15+
# Specify Availability Group Options page for an Always On availability group
1516

1617
[!INCLUDE [SQL Server](../../../includes/applies-to-version/sqlserver.md)]
17-
This topic describes the options of the **Specify Availability Group Name** page. This topic is used by both the [!INCLUDE[ssAoNewAgWiz](../../../includes/ssaonewagwiz-md.md)] and [!INCLUDE[ssAoAddDbWiz](../../../includes/ssaoadddbwiz-md.md)] of [!INCLUDE[ssnoversion](../../../includes/ssnoversion-md.md)].
18-
19-
## <a name="PageOptions"></a> Specify Availability Group Options
2018

21-
**Availability group name**
22-
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.
19+
This article describes the options of the **Specify Availability Group Options** page. This article is used by both the **[!INCLUDE [ssAoNewAgWiz](../../../includes/ssaonewagwiz-md.md)]** and **[!INCLUDE [ssAoAddDbWiz](../../../includes/ssaoadddbwiz-md.md)]** of [!INCLUDE [ssnoversion](../../../includes/ssnoversion-md.md)].
2320

24-
**Cluster type**
25-
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:
21+
## <a id="PageOptions"></a> Specify Availability Group Options
22+
23+
#### Availability group name
24+
25+
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.
26+
27+
#### Cluster type dropdown list
28+
29+
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:
2630

2731
- **Windows Server Failover Clustering**
2832

29-
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)].
33+
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)].
3034

3135
- **EXTERNAL**
3236

33-
Use when the availability group is hosted on an instance of [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] that is managed by an external cluster technology for high availability and disaster recovery, for example Pacemaker on Linux. Applies to [!INCLUDE[sssql14](../../../includes/sssql17-md.md)] and later.
37+
Use when the availability group is hosted on an instance of [!INCLUDE [ssNoVersion](../../../includes/ssnoversion-md.md)] that is managed by an external cluster technology for high availability and disaster recovery, for example Pacemaker on Linux. Applies to [!INCLUDE [sssql14](../../../includes/sssql17-md.md)] and later.
3438

35-
>[!IMPORTANT]
36-
> Do not choose **cluster type** = `EXTERNAL` on a Windows platform. Doing so will result in the availability group going into a resolving state and will prevent you from removing databases from the availability group.
39+
> [!IMPORTANT]
40+
> Don't choose `cluster type = EXTERNAL` on a Windows platform. Doing so results in the availability group going into a resolving state, and will prevent you from removing databases from the availability group.
3741
3842
- **NONE**
3943

40-
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.
44+
Use when the availability group is hosted on an instance of [!INCLUDE [ssNoVersion](../../../includes/ssnoversion-md.md)] that isn't managed by a cluster technology for read scale and load balancing. Applies to [!INCLUDE [sssql14](../../../includes/sssql17-md.md)] and later.
45+
46+
#### Database Level Health Detection checkbox
47+
48+
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 triggers 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).
49+
50+
#### Per Database DTC Support checkbox
51+
52+
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)
53+
54+
#### Contained checkbox
4155

42-
**Database level health detection** 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).
56+
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, [!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md)] Agent jobs, etc.) at the availability group level in addition to the instance level.
4357

44-
**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)
58+
#### Reuse System Databases checkbox
4559

46-
**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.
60+
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.
4761

48-
**Reuse System Databases** 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.
62+
Select **Databases** page (**New Availability Group Wizard** and **Add Database Wizard**).
4963

50-
Select Databases Page (New Availability Group Wizard and Add Database Wizard)
51-
52-
## <a name="LaunchWiz"></a> Related Tasks
53-
54-
- [Use the New Availability Group Dialog Box &#40;SQL Server Management Studio&#41;](../../../database-engine/availability-groups/windows/use-the-new-availability-group-dialog-box-sql-server-management-studio.md)
55-
56-
- [Use the Add Database to Availability Group Wizard &#40;SQL Server Management Studio&#41;](../../../database-engine/availability-groups/windows/availability-group-add-database-to-group-wizard.md)
57-
58-
## See Also
64+
## Next steps
5965

60-
[Overview of Always On Availability Groups &#40;SQL Server&#41;](../../../database-engine/availability-groups/windows/overview-of-always-on-availability-groups-sql-server.md)
66+
- [Use the New Availability Group Dialog Box (SQL Server Management Studio)](use-the-new-availability-group-dialog-box-sql-server-management-studio.md)
67+
- [Add a database to an Always On availability group with the 'Availability Group Wizard'](availability-group-add-database-to-group-wizard.md)
68+
- [What is an Always On availability group?](overview-of-always-on-availability-groups-sql-server.md)

0 commit comments

Comments
 (0)