Limiting MSSQL Memory Consumption
Prerequisites§
- Start SQL Server Management Studio (SSMS) on the MSSQL host.
Process§
-
In the SSMS, access the Object Explorer panel.

-
Connect to the requires MSSQL server.
How to...
-
In the panel, from the Connect list, select Database Engine.
Server connection settings appear.
-
In the window that appears, in the Server name field, enter
localhost\<server name>. - From the Authentication list, select Windows Authentication.
- Click Connect.
-
-
In the Object Explorer panel, right click <hostname>\<MSSQL instance name>, and then select Properties.
MSSQL properties appears.
-
In the left pane, select the Memory tab.
- On the tab, in the Maximum server memory field, enter the maximum RAM size that will be available to DBMS.
- In the Server Properties area, click OK.
- On the Object Explorer panel, right click <hostname>\<MSSQL instance name>, and from the action menu, select Restart.