Limiting Database Size for SmartPTT
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, expand <hostname>\<MSSQL instance name> → Databases.
-
Right click the required database name, and from the action menu, select Properties.
Properties appear in the dedicated window.
-
Set up database growth:
-
In the right pane, in the entry, where the File Type is equal to ROWS Data, in the Autogrowth / Maxsize column, click Browse .
Autogrowth settings appear.
-
In the window that appears, select the Enable Autogrowth check box.
- In the Maximum File Size area, click Limited to.
- In the text box next to the Limited to, enter the maximum database size in megabytes.
Adjust the database growth increment. - In the Change Autogrowth window, click OK to save changes and close the window.
- In the Properties window, click OK to save changes and close the window.
- On the Object Explorer panel, right click <hostname>\<MSSQL instance name>, and from the action menu, select Restart.
-