SQL Server Configuration in QPR UI
Jump to navigation
Jump to search
This page contains all SQL Server configuration related instructions.
Note. These instructions assume that there is an SQL Server instance with name SQLSERVER2016. Your SQL Server may have some other instance name.
SQL Server TCP/IP port configuration
If named instances are used, a TCP port needs to be assigned to the instance as follows:
- Open Sql Server 20XX Configuration Manager.
- Click SQL Server Network Configuration and Protocols for SQLSERVER2016.
- Doubleclick TCP/IP
- In Protocol tab, select Enabled is Yes
- In IP Addresses tab, in section IP All select TCP Port is 1433.
- Open SQL Server services and click Restart for SQL Server (SQLSERVER2016).
SQL Server Browser
If named instances are used, the SQL Server Browser service needs to be running.
- Open Services in Windows Control Panel.
- Check that service SQL Server Browser has status Running.
Enabling SQL Server Authentication
- Open Microsoft SQL Server Management Studio and login to the right instance.
- In Object Explorer right click the top item and select Properties.
- Click Security and SQL Server and Windows Authentication mode. Click OK
- Open Services in Windows Control Panel.
- Select SQL Server (SQLSERVER2016)