Skip to content

Commit 70ef0d0

Browse files
authored
Update ALTER AVAILABILITY GROUP documentation as sysadmin
Clarified the requirement to run the command as 'sysadmin' on both primary and secondary availability group instances.
1 parent 2a7a4bd commit 70ef0d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/statements/alter-availability-group-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ Specifies manual seeding. This method requires you to create a backup of the dat
676676
Modifies any of the availability group settings of a distributed availability group. The list of availability groups to modify contains the availability group name and a `WITH (...)` clause for each availability group.
677677

678678
> [!IMPORTANT]
679-
> You must run this command on both the primary availability group and secondary availability group instances.
679+
> You must run this command on both the primary availability group and secondary availability group instances as `sysadmin`.
680680
681681
#### GRANT CREATE ANY DATABASE
682682

0 commit comments

Comments
 (0)