Working with SQL Servers
- Updated: 2022/04/19
Configure Microsoft SQL Servers before setting up the Control Room database.
Configuring SQL Server Settings
SQL Server settings can be configured in the SQL Server Configuration Manager.
- Enable protocols for Named Pipes and TCP/IP in .
- Double-click TCP/IP to open the properties window.
- Input the default or custom port number for
IPAll
in the IP Addresses tab of the TCP/IP Properties window.The default port number is 1433.
- Click OK.
- Restart the MSSQLSERVICE for the updates to take effect.
Note: Ensure the Control Room database uses
SQL_Latin1_General_CP1_CI_AS
as the default database
collation.Database and Services Matrix
See Database requirements for a list of supported Microsoft SQL Server versions.Service Credentials | Windows Authentication | SQL Authentication |
---|---|---|
Local System Account |
|
SQL User account is used to create:
|
Domain User Account |
|
SQL User account is used to create:
|
Service User Account | For Microsoft Azure installations, the service account user needs to have read/write access to the remote Microsoft Azure repository share path. |