I am trying to connect to SQL Server Management Studio with Azure server, but an error happens:
A network related or instance specific error occurred while establishing a connection to SQL Server
I am using my credentials too.
- server name : faena4vikq.database.windows.net
- username : "Myusername"
- password : "Mypassword"
I have also added my IP address in Azure server configuration panel.
My services are also running.
In Azure database connection string is also showing same :
Server=tcp:faena4vikq.database.windows.net,1433;Database=mjdData;User ID=mjduser@faena4vikq;Password={your_password_here};Trusted_Connection=False;Encrypt=True;Connection Timeout=30;
What do I need to check else?