在過去一個月中,我一直在使用Microsoft SQL Server Management Studio工具連接到在Azure門戶上創建的我的數據庫。最近我收到了與Microsoft Visual Studio有關的更新。我安裝這些後,我無法連接到我的SQL數據庫(以前它工作正常)。 Update History Screenshot我附上了最近更新(我已安裝)的屏幕截圖以及您的視圖的錯誤消息。 Error Message 請幫忙解決這個問題。無法連接到Azure SQL數據庫
注意:我是一名SQL初學者,所以我不知道許多與工具有關的技術問題,所以請將您的答案保留在我的級別,謝謝!
Update: Error Message TITLE: Connect to Server
Cannot connect to abcxyz.database.windows.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)
網絡路徑找不到
你的IP地址偶然改變了嗎? Azure的防火牆限制連接到SQL我相信 - 你必須去門戶網站,並添加允許的IP地址。只是猜測... – sgeddes
你可以粘貼錯誤信息,而不是截圖嗎? – TheGameiswar
@sgeddes:不。我的IP沒有改變。我將我的IP地址添加到已經在天藍色的防火牆設置中。 –