A three and a half minute video showing how to configure SQL Server 2012 on Windows Server 2012 to allow for inbound connections on the default port of 1433.
Steps:
- Configure SQL Server to use TCP connections.
- Allow inbound connections through the firewall.
- Test it from another server.
The post Allowing Inbound Connections to SQL Server on Windows Server 2012 appeared first on Steve Stedman.