Link to home
Start Free TrialLog in
Avatar of Richard Comito
Richard ComitoFlag for United States of America

asked on

Checking SQL Serever 2005 Machine's local policy.

I have created a user for a SQL 2005 server and I am supposed to check to make sure that the user has the following permissions.
- Act as part of the operating system
- Adjust memory quotas for a process
- Log on as a batch job
- Log on as a service
- Replace a process level token

My question is how do I check the SQL server machines local security policy for these permissions?

Thank you


Avatar of Brugh
Brugh

Start-> run
Type gpedit.msc
Expand down to
Windows Settings->Security Settings->Local Policies->User Rights Assignments.
Find the "rule" that you want to configure. Double Click on it and modify accordingly.

In reality, as long as the user is part of the Administrators group, you should be fine.

 - Brugh

Avatar of Richard Comito

ASKER

Brugh,

Thanks for the reply.  The user is part of the administrator group and the group is part of all the policies except log on as a service.  This one only has one user added and it is domain\besAdmin and the add group button is grayed out.

Gabicus
ASKER CERTIFIED SOLUTION
Avatar of Brugh
Brugh

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Brugh,

Thanks for the info.  That did help in trouble shooting the issue that I am having.

Gabicus