简体   繁体   中英

Unable to connect to Azure database from SQL Management Studio

When i am trying to connect to the Azure DB from SQL Management studio an getting teh below error. Not sure why am getting this error as i was able to acess the DB erlier from SQL Management Studio. Need help on this.

TITLE: Connect to Server

Cannot connect to ijk3ffy48i.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)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&EvtSrc=MSSQLServer&EvtID=53&LinkId=20476


BUTTONS:

OK

Simple things to check (not sure what you've tried so humour me here):

  • You're connected to the outside network.
  • Instance\\Database name, username and password are correct.
  • Instance and database are online and connectable (Azure servers not down for scheduled maintenance or run out of paid services.)
  • Firewall rules are incorrect.

Also I think this question here is identical to your question. Try checking that out.

我认为您可能尚未配置任何Azure DB防火墙规则以允许您的计算机IP与Azure DB通信。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM