To resolve the problem, you must change the user rights settings on your computer to give sufficient permissions to the Windows user account that is used to connect to the instance of SQL Server. To do this, follow these steps.
Note If the Windows user name that is used to connect to the instance of SQL Server is a domain user name and is not a local user name on your computer, you must change the user rights settings by using the Active Directory Users and Computers Microsoft Management Console (MMC) on the computer that acts as the domain controller.
- Click Start, point to Administrative Tools, and then click Local Security Policy.
- In the left pane of the Local Security Settings window, expand Local Policies, and then click User Rights Assignment.
- In the right pane, modify the settings of the policies to add the users who are mentioned in the following table. To do this, under the Policy column header, double-click the corresponding policy, click Add User or Group, and then add a user or group to the policy.
User right | Policy | Security setting |
---|
SeImpersonatePrivilege | Impersonate a client after authentication | Administrators, SERVICE |
SeLockMemoryPrivilege | Lock pages in memory | Windows User, Administrators |
SeBatchLogonRight | Log on as a batch job | Windows User |
SeAssignPrimaryTokenPrivilege | Replace a process level token | Windows User |
SeEnableDelegationPrivilege | Enable computer and user accounts to be trusted for delegation | Administrators |
SeChangeNotifyPrivilege | Bypass traverse checking | Windows User |
SeServiceLogonRight | Log on as a service | Windows User, Administrators |
Note "Windows User" indicates the Windows user name that is used to connect to the instance of SQL Server. Before you provide these user rights to the Windows user, make sure that the Windows user is eligible for these user rights on the computer that is running the instance of SQL Server. - Close the Local Security Settings window.
- Restart the instance of SQL Server.
Additionally, if the user rights settings on your computer are defined by using a security template, you must make sure that the specified user rights are modified accordingly in the corresponding security template.