Updating AG Ownership #9077
Unanswered
corythosaurus
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way in the commands to be able to update AG ownership? Ive searched Hi and low and nothing seems to get it done. Normally in SQL id use the following
USE [master]
GO
ALTER AUTHORIZATION ON AVAILABILITY GROUP::AG1 TO sa;
GO
Beta Was this translation helpful? Give feedback.
All reactions