October 11, 2010 at 4:42 pm
Hi Guys,
I am trying to change the user options in sql server . But when i run the reconfigure i get the following error. What do i need to do now ?
Script i ran:
sp_configure 'user options', 64
reconfigure
Error :
Configuration option 'user options' changed from 0 to 64. Run the RECONFIGURE statement to install.
Msg 5845, Level 16, State 1, Line 3
Address Windowing Extensions (AWE) requires the 'lock pages in memory' privilege which is not currently present in the access token of the process.
How 'lock pages in memory' is related to reconfigure ?
October 11, 2010 at 5:42 pm
Because it's not related to sp_configure; it's related to the "user options" setting that you're trying to change.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply