I cannot figure out what I am doing wrong. I have a home server that I host SQL Server on. I am trying to connect my app to the DB server (MS Sql Server).
I have opened ports 1433 and 1434 on the server through the Windows Firewall (inbound).
When I attempt to telnet in; it does not connect.
On the server - if I run netstat -a ---> I don't see 1433/1434 showing up in the list on listening ports.
What else do I need to do?
Can you try adding port number 1433 or 1434 via SQL Server Configuration Manager ?
addl info :
https://devjef.wordpress.com/2015/04/15/on-which-port-is-sql-server-running/