我在 Azure 门户上创建了一个 SQL Azure 数据库,现在我想使用 SQL Server Management Studio 连接到它。我已经这样设置了我的属性:
Server Type:Database Engine:
Server Name:[mycred].database.windows.net
Authentification: SQL Server Authentification
username: myusername
password: mypassword
但是当我尝试连接这些属性时,我得到一个错误:
建立与 SQL Server 的连接时发生与网络相关或特定于实例的错误。服务器未找到或无法访问。验证实例名称是否正确以及 SQL Server 是否配置为允许远程连接。(提供程序:命名管道提供程序,错误:40 - 无法打开与 SQL Server 的连接)(Microsoft SQL Server,错误:53)
而我已经在我的 SQL Azure 数据库上配置了防火墙。如何解决这个问题?