-
Notifications
You must be signed in to change notification settings - Fork 10
Configure SQL Instance Advanced Properties
Previous Configure SQL Instance Database Properties | Manual Configuration | Configure SQL Instance Permissions Properties Next |
---|
FineBuild can Configure Advanced Properties of the SQL Server Instance.
The Advanced Properties for SQL Server need to be set to maximise SQL Server performance.
The SQL Instance Advanced Properties configuration relates to Process Id 5BD and is controlled by the parameters below:
SQL Version | Parameter | FULL Build | WORKSTATION Build | CLIENT Build |
---|---|---|---|---|
SQL2019 | /SetupSQLInst: | Yes | Yes | N/A |
SQL2017 | /SetupSQLInst: | Yes | Yes | N/A |
SQL2016 | /SetupSQLInst: | Yes | Yes | N/A |
SQL2014 | /SetupSQLInst: | Yes | Yes | N/A |
SQL2012 | /SetupSQLInst: | Yes | Yes | N/A |
SQL2008R2 | /SetupSQLInst: | Yes | Yes | N/A |
SQL2008 | /SetupSQLInst: | Yes | Yes | N/A |
SQL2005 | /SetupSQLInst: | Yes | Yes | N/A |
In order to maintain compatibility with older versions of SQL FineBuild, the parameter /ConfigSQLInst: can also be used.
FineBuild also uses the following parameters to help configure SQL Advanced Properties:
Parameter | Description |
---|---|
/MaxDop: | Maximum degree of parallelism |
The value for /MaxDop: is automatically calculated by FineBuild, or can be supplied as a parameter. The default value for /MaxDop: is calculated by the following formula:
- Divide the number of processors available to SQL Server by 1.5
- Round the value up to the next highest integer
- Cap the /MaxDop: value with a maximum of 8
Examples:
If processors = 1, maxdop = 1. If processors = 4, maxdop = 3. If processors = 16, maxdop = 8
The following steps show what you would have to do for manual SQL Instance Advanced Properties configuration. FineBuild does all of this work for you automatically.
-
Select the Advanced tab
Set the following Advanced property:
Parameter Value Max degree of parallelism Value calculated for /MaxDop: parameter -
Click OK to save any changes made
Copyright FineBuild Team © 2014 - 2020. License and Acknowledgements
Previous Configure SQL Instance Database Properties | Top | Configure SQL Instance Permissions Properties 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