SQL 已安装,但没有服务器名称,并且程序不接受任何服务器名称,并且所有选项(如 TCP、端口和远程访问)都已启用
答案1
需要考虑的要点:
(1) Is the firewall configured to allow traffic on ports 1433 & 1434?
(2) Is the SQL Server Browser service started?
(3) Is the SQL Server configured to allow remote connections?
检查这些并确保用你的结果更新这个帖子。