Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ monikerRange: ">=sql-server-2016"

**Language**
Displays the default language for server messages.


**Lock Pages In Memory**
Grant Lock Pages In Memory privilege to SQL Server Database Engine Service Account (Newer than SQL Server 2019).
Copy link

Copilot AI Oct 30, 2025

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.

Suggested change
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).

Copilot uses AI. Check for mistakes.
Copy link

Copilot AI Oct 30, 2025

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.

Suggested change
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).

Copilot uses AI. Check for mistakes.

**Registry Root**
Displays the location of the registry keys used by this application.

Expand Down