Rebecca Lewis follows Betteridge’s Law of Headlines:
“Does a DBA need local administrator membership to manage SQL Server?”
The answer is simple: Local admin group membership is not required. In fact, best practices dictate that Database Administrators (DBAs) and SQL service accounts should not have local administrator rights on the host server. This change was introduced as far back as SQL Server 2008 with a ‘secure by design, secure by default, and secure in deployment’ strategy.
Read on for the caveat of what happens when you don’t provide local admin access to your DBAs.
Comments closed