Update create-availability-group-transact-sql.md#8549
Update create-availability-group-transact-sql.md#8549American-Dipper merged 1 commit intoMicrosoftDocs:livefrom
Conversation
The note below for the REQUIRED_SYNCHRONIZED_SECONDARIES_TO_COMMIT is misleading and can make customers think it is only possible to change this configuration, using the ALTER AVAILABILITY GROUP, on SQL 2022, when actually what changed on 2022 is that we are able to set it for a distributed availability groups. Changing this option with the ALTER statement is possible since SQL 2017 " Not supported for CREATE AVAILABILITY GROUP. However, beginning with SQL Server 2022 (16.x), you can use ALTER AVAILABILITY GROUP to set REQUIRED_SYNCHRONIZED_SECONDARIES_TO_COMMIT "
|
@Asavioli : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit 51d6854: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
|
Can you review the proposed changes? When the changes are ready for publication, add a #label:"aq-pr-triaged" |
|
Thank you @kfarlee or @tarynpratt - please confirm? |
|
#assign-reviewer: #kfarlee |
|
The following reviewer(s) could not be added because they aren't a valid GitHub ID, aren't a valid collaborator on this repo, or are the author of the PR: #kfarlee |
|
#sign-off |
|
Invalid command: '#sign-off'. Only the assigned author of one or more file in this PR can sign off. @MikeRayMSFT |
|
#sign-off |
|
@Asavioli : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
|
PR 8549 has been merged from asavioli:patch-2 to MicrosoftDocs:live by American-Dipper. |
The note below for the REQUIRED_SYNCHRONIZED_SECONDARIES_TO_COMMIT is a little bit misleading and can make us think it is only possible to change this configuration, using the ALTER AVAILABILITY GROUP, on SQL 2022, when actually what changed on 2022 is that we are able to set it for a distributed availability groups. Changing this option with the ALTER statement is possible since SQL 2017
"
Not supported for CREATE AVAILABILITY GROUP. However, beginning with SQL Server 2022 (16.x), you can use ALTER AVAILABILITY GROUP to set REQUIRED_SYNCHRONIZED_SECONDARIES_TO_COMMIT "