- Enabling SQL Server to accept remote connection
- Adding SQL Server connection port in windows firewall
To enabling sql server to accept remote connection, follow these steps:
- Check the IP Address of the server.
- Press the windows button and open SQL server configuration manager.
- Click on SQL Server Network Configuration.
- Click Protocols for MSSQLSERVER then select the last option TCP/IP right-click Enable and OK.
- Select SQL Server Service then right-click Restart.
- Go back and click TCP/IP in the properties select IP Addresses move down to TCP Post enter port number 1433 and OK
- Select SQL Server Service and Restart again.
SQL Server Configuration Manager is a tool to manage the services associated with SQL Server, to configure the network protocols used by SQL Server, and to manage the network connectivity configuration from SQL Server client computers. It is installed with your SQL Server installation.
To adding sql server connection port in firewall, follow these steps:



