SQL Server Power Search - Get More Relevant Results

Beware Group Policy

Group Policy is a useful tool in the armoury of systems administrators, but make sure they are aware of the impact on your SQL Servers.

I have been affected twice by this in the last 2 months. In both cases the servers were working fine, until one day when several had problems at the same time.

  1. Cluster nodes were unable to join an existing cluster, or to form a new cluster. Investigation showed that the cluster service account had been removed from the local Administrators group on each node.
  2. SQL Servers started registering errors on restart due to the SQL Server service account no longer having "Lock Pages In Memory" right.
In both cases the problem was caused by a change in Group Policy, and I had to ensure this change was reversed/modified ASAP.

To prevent this, there are 2 things you should do:

Where group policy is in force, the best approach to the above problem is to create a separate group for each type of service account (cluster, SQL, etc).

 
Not found what you're looking for?
Use this search box. It is tuned for SQL Server searches. Try it and see!



Do you have a question about SQL Server? Would you like to answer a question?

Go to the SQL FAQ to get started.