(从 stackoverflow 迁移而来)
我使用的应用程序尝试连接在专用数据库服务器上运行的 SQL Server 命名实例。这是我收到的错误:
The TCP/IP connection to the host <instance_name>, port 1433 has failed. Error: Connection refused: connect.
防火墙是否阻止了我的访问?我应该为该应用程序指定一个不同的端口吗?
答案1
需要检查 Windows 防火墙。SQL Server 使用端口 1433 作为默认端口。还可能存在很多其他原因。但首先要检查防火墙。