Skip to content

SQL Server Memory Management

EdVassie edited this page Feb 22, 2021 · 2 revisions
Previous DBA Password Store Windows Memory Switches Next

SQL FineBuild can configure SQL Server memory management properties to optimise the performance of SQL Server.

In general, the more memory that SQL Server uses the faster it can perform. There are two key items to consider when tuning SQL Server memory properties:

  • Avoid trying to use more memory than is available
  • Make sure the memory that is available is used

The standard Microsoft default values for memory management properties do not meet these objectives. If you rely on the Microsoft standard values, then 64-bit editions of SQL Server will often try to use more memory than is available, and 32-bit editions of SQL Server will not use all the memory that is available. Both of these situations can be fixed by SQL FineBuild.

The processes used by SQL FineBuild to optimise SQL Server memory use are described below:

Memory Property Description
Windows Memory Switches Describes Operating System Switches relevant to SQL Server memory management
Windows Memory Rights Describes Windows Rights relevant to SQL Server memory management
SQL Server Memory Startup Switches Describes SQL Server Startup Switches relevant to memory management
SQL Server Maximum Memory Describes calculating the optimal setting for SQL Server memory
32-Bit SQL Server Only
SQL Server AWE Property Describes how the AWE property is used by SQL Server

Copyright FineBuild Team © 2013 - 2021. License and Acknowledgements

Previous DBA Password Store Top Windows Memory Switches Next

Key SQL FineBuild Links:

SQL FineBuild supports:

  • All SQL Server versions from SQL 2019 through to SQL 2005
  • Clustered, Non-Clustered and Core implementations of server operating systems
  • Availability and Distributed Availability Groups
  • 64-bit and (where relevant) 32-bit versions of Windows

The following Windows versions are supported:

  • Windows 2022
  • Windows 11
  • Windows 2019
  • Windows 2016
  • Windows 10
  • Windows 2012 R2
  • Windows 8.1
  • Windows 2012
  • Windows 8
  • Windows 2008 R2
  • Windows 7
  • Windows 2008
  • Windows Vista
  • Windows 2003
  • Windows XP
Clone this wiki locally