Enable Remote Connection in MS SQL Server
MS SQL Server does not allow remote connection by default. To enable MS SQL remote connection, you need to open port 1433 in the firewall. After the port is open, you need to enable TCP/IP protocol in MS SQL Server. Start SQL Server Management Studio, take the property of the server Enable SQL Server and … Read more