【发布时间】:2016-06-13 07:10:24
【问题描述】:
我已尝试通过 SSMS 2016 导入数据层应用程序(*.bacpac 文件)。我需要将该数据库放入 Azure。然后它给出了下面提到的异常。但是我可以通过 SSMS 访问 Azure 现有数据库的表。你能告诉我为什么会这样吗?
TITLE: Microsoft SQL Server Management Studio
------------------------------
Failed to connect to server (local). (Microsoft.SqlServer.Smo)
------------------------------
ADDITIONAL INFORMATION:
Connection Timeout Expired. The timeout period elapsed while attempting to
consume the pre-login handshake acknowledgement. This could be because the pre-
login handshake failed or the server was unable to respond back in time. The
duration spent while attempting to connect to this server was - [Pre-Login]
initialization=1912; handshake=3839; (Microsoft SQL Server, Error: -2)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&EvtSrc=MSSQLServer&EvtID=-2&LinkId=20476
------------------------------
The wait operation timed out
------------------------------
BUTTONS:
OK
------------------------------
当我尝试通过 SSMS 2016 连接 Azure Sql 实例时,出现以下错误。但我仍然可以访问 SSMS 上的表等。访问这些项目没有问题。但它第一次给出如下所示的错误。可能这个错误也与原始错误有关。任何帮助将不胜感激?
【问题讨论】:
标签: sql-server azure ssms sql-server-2016