Recommended service account setup for MS SQL Server 2005/2008
Posted
by boxerbucks
on Server Fault
See other posts from Server Fault
or by boxerbucks
Published on 2010-06-01T21:07:49Z
Indexed on
2010/06/01
21:14 UTC
Read the original article
Hit count: 298
We have a number of MS SQL servers in our environment running either SQL Server 2005 standard/enterprise or SQL server 2008 enterprise. Currently the SQL services are running as local service or network service and the MS recommended best practice is to run as a domain account which is what we are trying to move towards.
Is the best practice with regards to domain accounts to have a separate domain account per service per server? So if we have 4 SQL services we want to run per server and we have 50 servers, we would create 50 * 4 = 200 accounts in AD? This seems excessive to me and I was wondering if anyone has any real experience with this type of setup and it's management.
© Server Fault or respective owner