Skip to content

Commit 70ac224

Browse files
authored
Merge pull request #35702 from rwestMSFT/rw-1031-fix-10209-10210
Add LPIM option mention for 2019+ and refresh (PRs 10209 and 10210)
2 parents 5dfa961 + 9560a83 commit 70ac224

2 files changed

Lines changed: 86 additions & 57 deletions

File tree

docs/database-engine/configure-windows/enable-the-lock-pages-in-memory-option-windows.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: "Enable the Lock Pages in Memory Option (Windows)"
3-
description: "Learn how to turn on the Lock pages in memory option. See how it can boost performance by keeping data in physical memory instead of paging it to disk."
3+
description: Learn how to turn on the Lock pages in memory option. See how it can boost performance by keeping data in physical memory instead of paging it to disk.
44
author: rwestMSFT
55
ms.author: randolphwest
6-
ms.date: 07/16/2025
6+
ms.date: 10/31/2025
77
ms.service: sql
88
ms.subservice: configuration
99
ms.topic: how-to
@@ -19,7 +19,7 @@ This Windows policy determines which accounts can use a process to keep data in
1919
> [!NOTE]
2020
> Locking pages in memory might boost performance when paging memory to disk is expected. For more information, see [Lock pages in memory (LPIM)](server-memory-server-configuration-options.md#lock-pages-in-memory-lpim).
2121
22-
Use the Windows Group Policy tool (`gpedit.msc`) to enable this policy for the account used by [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)]. You must be a system administrator to change this policy.
22+
A system administrator can enable this policy for the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] service account with the Windows Group Policy tool (`gpedit.msc`), or with SQL Server Configuration Manager in [!INCLUDE [sssql19-md](../../includes/sssql19-md.md)] and later versions.
2323

2424
### Enable the Lock pages in memory option
2525

docs/tools/configuration-manager/sql-server-properties-advanced-tab.md

Lines changed: 83 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -3,65 +3,94 @@ title: "SQL Server Properties (Advanced Tab)"
33
description: Learn about the options on the Advanced tab in the SQL Server Properties dialog box, such as the data path, the instance ID, and custom properties.
44
author: rwestMSFT
55
ms.author: randolphwest
6-
ms.date: "03/14/2017"
6+
ms.date: 10/31/2025
77
ms.service: sql
88
ms.subservice: tools-other
99
ms.topic: conceptual
1010
ms.collection:
1111
- data-tools
1212
monikerRange: ">=sql-server-2016"
1313
---
14-
# SQL Server Properties (Advanced Tab)
14+
# SQL Server Properties (Advanced tab)
15+
1516
[!INCLUDE [SQL Server Windows Only](../../includes/applies-to-version/sql-windows-only.md)]
16-
The following properties appear on the **Advanced** tab by default. If custom properties are defined, they also appear on this tab, with their values.
17-
18-
## Options
19-
**Clustered**
20-
Indicates if this service is installed as a resource of a clustered server.
21-
22-
**Customer Feedback Reporting**
23-
Indicates whether Service Quality Monitoring has been enabled on this service. For more information on Customer Feedback Reporting, search Books Online for the topic, "Error and Usage Report Settings."
24-
25-
**Data Path**
26-
Displays the path to the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] binaries for this installation of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
27-
28-
**Dump Directory**
29-
Displays the location where memory dumps are placed in case of an error.
30-
31-
**Error Reporting**
32-
When set to **Yes**, the Dr. Watson program forwards information to either [!INCLUDE[msCoName](../../includes/msconame-md.md)] or your error server if a serious failure occurs. For more information on Error Reporting, search Books Online for the topic, "Error and Usage Report Settings." To change this value, in [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] Object Explorer, right-click your server, click **Properties**, and then click the **Misc. Server Settings** page. The options are presented in the **Information Reporting** area.
33-
34-
**File Version**
35-
Displays the version of the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] executable.
36-
37-
**Install Path**
38-
Displays the path to the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] binaries for this installation of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
39-
40-
**Instance ID**
41-
Indicates the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] instance that used this service.
42-
43-
**Language**
44-
Displays the default language for server messages.
45-
46-
**Registry Root**
47-
Displays the location of the registry keys used by this application.
48-
49-
**Service Pack Level**
50-
Displays the service pack level of this instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
51-
52-
**SKU Name**
53-
Displays the product stock keeping unit (SKU), sometimes called the product edition.
54-
55-
**Startup Parameters**
56-
Lists any startup parameters that are used by this instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]. Parameters are separated by semi-colons. The default parameters include the paths to the data file for the master database (`master.mdf`), the log file for the master database (`mastlog.ldf`), and the error log file. For the syntax of startup parameters, search Books Online for the topic **Using the SQL Server Service Startup Options.**
57-
58-
**Stock Keeping Unit**
59-
Displays the product stock keeping unit (SKU) number.
60-
61-
**Version**
62-
Displays the version number of this instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
63-
64-
**Virtual Server Name**
65-
**Virtual Server Name** when [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] is installed on a clustered server.
66-
67-
17+
18+
The following properties appear on the **Advanced** tab by default. If custom properties are defined, they also appear on this tab, with their values.
19+
20+
## Options
21+
22+
#### Clustered
23+
24+
Indicates if this service is installed as a resource of a clustered server.
25+
26+
#### Customer Feedback Reporting
27+
28+
Indicates whether Service Quality Monitoring is enabled on this service. For more information, see [Configure usage and diagnostic data collection for SQL Server](../../sql-server/usage-and-diagnostic-data-configuration-for-sql-server.md).
29+
30+
31+
32+
#### Data Path
33+
34+
Displays the path to the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] binaries for this installation of [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)].
35+
36+
#### Dump Directory
37+
38+
Displays the location where memory dumps are placed in case of an error.
39+
40+
#### Error Reporting
41+
42+
When set to **Yes**, the Dr. Watson program forwards information to either [!INCLUDE [msCoName](../../includes/msconame-md.md)] or your error server if a serious failure occurs. For more information on Error Reporting, see [Configure usage and diagnostic data collection for SQL Server](../../sql-server/usage-and-diagnostic-data-configuration-for-sql-server.md).
43+
44+
To change this value, in [!INCLUDE [ssManStudioFull](../../includes/ssmanstudiofull-md.md)] Object Explorer, right-click your server, select **Properties**, and then select the **Misc. Server Settings** page. The options are presented in the **Information Reporting** area.
45+
46+
#### File Version
47+
48+
Displays the version of the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] executable.
49+
50+
#### Install Path
51+
52+
Displays the path to the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] binaries for this installation of [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)].
53+
54+
#### Instance ID
55+
56+
Indicates the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] instance that used this service.
57+
58+
#### Language
59+
60+
Displays the default language for server messages.
61+
62+
#### Lock Pages In Memory
63+
64+
**Applies to**: [!INCLUDE [sssql19-md](../../includes/sssql19-md.md)] and later versions.
65+
66+
Grants the [Lock pages in memory](../../database-engine/configure-windows/enable-the-lock-pages-in-memory-option-windows.md) privilege to the [!INCLUDE [ssdenoversion-md](../../includes/ssdenoversion-md.md)] service account.
67+
68+
#### Registry Root
69+
70+
Displays the location of the registry keys used by this application.
71+
72+
#### Service Pack Level
73+
74+
Displays the service pack level of this instance of [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)].
75+
76+
#### SKU Name
77+
78+
Displays the product stock keeping unit (SKU), sometimes called the product edition.
79+
80+
#### Startup Parameters
81+
82+
Lists any startup parameters that are used by this instance of [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)]. Parameters are separated by semi-colons. The default parameters include the paths to the data file for the `master` database (`master.mdf`), the log file for the `master` database (`mastlog.ldf`), and the error log file.
83+
84+
For the syntax of startup parameters, see [Database Engine Service startup options](../../database-engine/configure-windows/database-engine-service-startup-options.md).
85+
86+
#### Stock Keeping Unit
87+
88+
Displays the product stock keeping unit (SKU) number.
89+
90+
#### Version
91+
92+
Displays the version number of this instance of [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)].
93+
94+
#### Virtual Server Name
95+
96+
**Virtual Server Name** when [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] is installed on a clustered server.

0 commit comments

Comments
 (0)