You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Available starting with versions 5.1.8, 6.0.4, and 6.1.3)
117
+
118
+
Upon failover, failover partner information provided by the server is preferred over failover partner information provided in the connection string. To ignore failover partner information provided by the server and only consider failover partner information provided in the connection string, enable this AppContext switch on application startup:
Copy file name to clipboardExpand all lines: docs/database-engine/configure-windows/enable-the-lock-pages-in-memory-option-windows.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
2
2
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.
4
4
author: rwestMSFT
5
5
ms.author: randolphwest
6
-
ms.date: 07/16/2025
6
+
ms.date: 10/31/2025
7
7
ms.service: sql
8
8
ms.subservice: configuration
9
9
ms.topic: how-to
@@ -19,7 +19,7 @@ This Windows policy determines which accounts can use a process to keep data in
19
19
> [!NOTE]
20
20
> 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).
21
21
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.
0 commit comments