sp_configure

  • 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 ?

  • 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


    If you can't explain to another person how the code that you're copying from the internet works, then DON'T USE IT on a production system! After all, you will be the one supporting it!
    Links:
    For better assistance in answering your questions
    Performance Problems
    Common date/time routines
    Understanding and Using APPLY Part 1 & Part 2

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply