我正在尝试从本地 SQL Server Management Studio 连接到托管在 Azure 上的 VM 中的 SQL Server。我按照 http://www.windowsazure.com/en-us/manage/windows/common-tasks/install-sql-server/中的所有说明创建了必要的端点:
不知何故,我无法连接到 SQL Server,出现此错误
Cannot connect to xxx.cloudapp.net.
ADDITIONAL INFORMATION:
A network-related or instance-specific error occurred while establishing a connection
to SQL Server. The server was not found or was not accessible. Verify that the instance
name is correct and that SQL Server is configured to allow remote connections.
(provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
(Microsoft SQL Server, Error: 53)
The network path was not found
我已经尝试暂时禁用 vm 上的 windows 防火墙 - 没有成功。有什么建议么?