Once SQL Server has been initially installed, there are a few settings to check or edit if necessary.
- Open MS SQL Server Configuration Manager:
“Start | All Programs | Microsoft SQL Server | Configuration Tools” - Click on ‘SQL Server Services’ from the tree on the left
- From the list on the right, Check that the SQL Server service is running
- Expand ‘SQL Server Network Configuration’ from the tree on the left
- Click on ‘Protocols for [SQL SERVER INSTANCE NAME]
- Double click ‘TCP/IP’ (or right click and choose properties)
- In the ‘Protocol’ tab, ensure ‘Enabled’ is set to yes
- Switch to the ‘IP Addresses’ tab
- Change the TCP Port to the port you are using for SQL Server. The default port is 1433