Remote SQL Server configuration settings
The table describes the settings that you must configure manually after installing remote SQL Server.
Settings/operations not relevant for remote SQL Server installations are indicated as such at the end of the table.
|
SQL Server Setting |
Required value for remote SQL deployment |
||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
max degree of parallelism |
The MAXDOP value should be set respective to the number of cores defined to the SQL server. Use the following table to find the correct value:
|
||||||||||||||
|
cost threshold for parallelism |
Mandatory: must not be less than 15 Recommended: 15 |
||||||||||||||
|
xp_cmdshell |
By default, the xp_cmdshell option is disabled. It is recommended that you do not change the default value. xp_cmdshell is an essential mechanism to execute arbitrary calls in the system using either the SQL Server context (that is the Windows account used to start the service), or a proxy account configured to execute xp_cmdshell using different credentials. |
||||||||||||||
|
optimize for ad hoc workloads |
Mandatory: true |
||||||||||||||
|
tempdb database filegroups |
Mandatory. Define four tempdb database filegroups. Pre-allocation configuration: Four data files with equal size; Each data file:
Log file:
Note| If the EM Config tab in the tailored CFE Guide is hidden, unhide it. |
||||||||||||||
|
remote SQL Server account configurations |
Mandatory. Set according to individual company policies since the system does not use the SQL Server Browser. |
||||||||||||||
|
network protocols |
Mandatory. Enable shared memory and TCP/IP. |
||||||||||||||
|
security flag |
Mandatory. Validate the SQL Credential object’s ability to run scripts on the server. The object is created on assigning database permissions to the service accounts.
|
||||||||||||||
|
The following settings or operations are not relevant for remote SQL Server installations:
Confirm that Allow Updates is set to 0 (default) during installation and configuration |
|||||||||||||||