Instructions for settings to enable remote database connections allowing data review and reporting from a remote control computer.
Configure MSSQL 2012 for Remote Connections
Open SQL Server Configuration Manager
Windows 8
Go to Start, type SQL Server in the Search Field, double-click SQL Server
Windows 10
Go to c:\Windows\SYSWOW64 and double-click SQLServerManager11
Change Configuration Settings
- Select “SQL Server Services”
- Right click “SQL Server Browser” and select “Properties”
- Click the “Service” tab and set Start Mode to “Automatic”
- Click “OK”
- Right click “SQL Server Browser” and select “Start”
- Select “SQL Server Network Configuration” à “Protocols for OTI_SQL2k5”
- Right click “Named Pipes” à “Enable” (click OK on message)
- Right click “TCP/IP” à “Enable” (click OK on message)
- Select “SQL Server Services”
- Right click “SQL Server (OTI_SQL2K5)” and select Restart
*** You should also turn off your Windows Firewall when trying to connect to a remoted database.