3. SQL Server 2016 - Support for Group Managed Service Accounts (gMSA)
New Features:
Group Managed Service Accounts (gMSA) introduced for automatic password management.
Logins can be linked to Active Directory (AD) accounts for automatic authentication across replicas.
Steps:
Create gMSA in Active Directory
Register gMSA in SQL Server
CREATE LOGIN [Domain\SQLgMSA$] FROM WINDOWS;
Advantages:
Reduces manual login creation.
Simplifies authentication in Active Directory environments.
Limitations:
Still no automatic login synchronization for SQL logins (only for Windows logins).
No comments:
Post a Comment