Quantcast
Channel: SQL Server connectivity without specifying tcp/port - Database Administrators Stack Exchange
Viewing all articles
Browse latest Browse all 3

Answer by Shekar Kola for SQL Server connectivity without specifying tcp/port

$
0
0

None of these are running on port 1433, both server are running SQL Browser under NT Authority\Local Service

It's not mandatory thing to run SQL services to listen on port# 1433, seems the ports are customized in your case, which is good in security point of view. Also, SQL Browser service is not necessary if you have fixed port for SQL Service (named instance) and you are mentioning that port in connection i.e. hostname,1499

Ping of just the NetBIOS name works just fine, ping -a resolves the FQDN

I think you should also tried, telnet SQLServer-0 1499 to confirm that the SQL Service is listening on particular port and that is not blocked by firewall, these steps may help for further troubleshooting

Windows Failover cluster for SQL AG testing

In this case, you need also to check on Endpoint ports not only the SQL ports. To get configured end points SELECT type_desc, port FROM sys.TCP_endpoints


Viewing all articles
Browse latest Browse all 3

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>