Need to change database's owner from user account to SA account where databases are in Availability group in the 4 node cluster.
Here my question is
Is it a best practice to move the database owner to a 'sa' account or windows service account.
SQL Server Availability Group does not update DB owner automatically. How to change DBowner in primary and secondary nodes.
I read the below steps in a article
Apply change to primary replica
Fail over the Availability Group
Apply change to the new primary replica
Is it the only option or any other process to sync automatically?
Please guide me if any risk factors while changing DB ownership.
Thanks