Note: The default port for MS SQL Server is 1433. If you use a different port, you will need to specify the port when connecting to the SQL Server Instance. For example, if you use port 3333, the "Server" option in PST may look like this: SERVER\DBSSQLSERVER,3333
Windows Firewall (specific port)
- On the Server, go to Start > All Programs > Microsoft SQL Server 2014 > Configuration Tools > SQL Server 2014 Configuration Manager
- Expand SQL Server Network Configuration (32bit)
- Select Protocols for DBSSQLSERVER
- On the right pane, right click on TCP/IP & select Properties
- Select the IP Addresses tab
- For IPAll (bottom of the list), in the TCP Port field, type: 1433.
- Click Ok
- Click Ok again
- On the left pane, select SQL Server Services
- On the right pane, right click on SQL Server (DBSSQLSERVER) & select Stop.
- Right click again on SQL Server (DBSSQLSERVER) & select Start.