- 
                Notifications
    You must be signed in to change notification settings 
- Fork 2.9k
Update sql-server-properties-advanced-tab.md #10209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: live
Are you sure you want to change the base?
Conversation
| @moematsuo : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. | 
| Learn Build status updates of commit 590d178: ✅ Validation status: passed
 For more details, please refer to the build report. | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds documentation for the "Lock Pages In Memory" configuration option in SQL Server Configuration Manager's advanced tab. This setting controls memory privileges for the SQL Server Database Engine Service Account.
Key Changes:
- Added documentation entry for the Lock Pages In Memory configuration option
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|  | ||
|  | ||
| **Lock Pages In Memory** | ||
| Grant Lock Pages In Memory privilege to SQL Server Database Engine Service Account (Newer than SQL Server 2019). | 
    
      
    
      Copilot
AI
    
    
    
      Oct 30, 2025 
    
  
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] Replace 'Newer than' with 'Available in' or 'Introduced in' for more professional documentation language.
| Grant Lock Pages In Memory privilege to SQL Server Database Engine Service Account (Newer than SQL Server 2019). | |
| Grant Lock Pages In Memory privilege to SQL Server Database Engine Service Account (Available in SQL Server 2022 and later). | 
|  | ||
|  | ||
| **Lock Pages In Memory** | ||
| Grant Lock Pages In Memory privilege to SQL Server Database Engine Service Account (Newer than SQL Server 2019). | 
    
      
    
      Copilot
AI
    
    
    
      Oct 30, 2025 
    
  
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The version information is unclear. Specify whether this applies to SQL Server 2019 and later (>=2019) or only to versions after 2019 (>2019). Also clarify if 'SQL Server 2019' refers to a specific version number (e.g., SQL Server 2019 CU1) or the base version.
| Grant Lock Pages In Memory privilege to SQL Server Database Engine Service Account (Newer than SQL Server 2019). | |
| Grants the Lock Pages In Memory privilege to the SQL Server Database Engine Service Account (available in SQL Server 2019 (base version) and later). | 
| Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a  #label:"aq-pr-triaged" | 
No description provided.