I created the Azure SQL Database in the Azure portal, now I want to connect to it using SQL Server Management Studio. I set my properties as follows:
Server Type:Database Engine: Server Name:[mycred].database.windows.net Authentification: SQL Server Authentification username: myusername password: mypassword
But when I try to connect to these properties, I get an error message:
When connecting to SQL Server, a network-related or specific instance error occurred. The server was not found or was unavailable. Verify that the instance name is correct and SQL Server is configured for a remote connection. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, error: 53)
While I set up a firewall in my Azure SQL Database. How to solve this problem?
source share