|
1 | 1 | --- |
2 | | -title: "Availability group wizard: Specify availability group options" |
| 2 | +title: "Availability group wizard: Specify Availability Group Options" |
3 | 3 | description: "Describes the options found on the 'Specify Availability Group Name' page of the Availability Group Wizard within SQL Server Management Studio." |
4 | 4 | author: MashaMSFT |
5 | 5 | ms.author: mathoma |
6 | | -ms.date: "09/01/2023" |
| 6 | +ms.reviewer: randolphwest |
| 7 | +ms.date: 09/01/2023 |
7 | 8 | ms.service: sql |
8 | 9 | ms.subservice: availability-groups |
9 | 10 | ms.topic: conceptual |
10 | 11 | f1_keywords: |
11 | 12 | - "sql13.swb.newagwizard.specifyagname.f1" |
12 | 13 | - "sql13.swb.adddatabasewizard.specifyagname.f1" |
13 | 14 | --- |
14 | | -# Specify Availability Group Options Page for an Always On Availability Group |
| 15 | +# Specify Availability Group Options page for an Always On availability group |
15 | 16 |
|
16 | 17 | [!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 |
20 | 18 |
|
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)]. |
23 | 20 |
|
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: |
26 | 30 |
|
27 | 31 | - **Windows Server Failover Clustering** |
28 | 32 |
|
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)]. |
30 | 34 |
|
31 | 35 | - **EXTERNAL** |
32 | 36 |
|
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. |
34 | 38 |
|
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. |
37 | 41 |
|
38 | 42 | - **NONE** |
39 | 43 |
|
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 |
41 | 55 |
|
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. |
43 | 57 |
|
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 |
45 | 59 |
|
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. |
47 | 61 |
|
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**). |
49 | 63 |
|
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 (SQL Server Management Studio)](../../../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 (SQL Server Management Studio)](../../../database-engine/availability-groups/windows/availability-group-add-database-to-group-wizard.md) |
57 | | - |
58 | | -## See Also |
| 64 | +## Next steps |
59 | 65 |
|
60 | | -[Overview of Always On Availability Groups (SQL Server)](../../../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