Unable to connect SSMS to an Azure SQL server
-
I created an Azure SQL server VM and am unable to connect to it with SSMS. I followed this article: https://forums.asp.net/post/edit/6168801 Now when I go to my local machine cmd prompt and type: ping trainingsqldev25.eastus.cloudapp.azure.com I can see the ping resolve the DNS name to the correct IP address but the requests still time out.
-
I created an Azure SQL server VM and am unable to connect to it with SSMS. I followed this article: https://forums.asp.net/post/edit/6168801 Now when I go to my local machine cmd prompt and type: ping trainingsqldev25.eastus.cloudapp.azure.com I can see the ping resolve the DNS name to the correct IP address but the requests still time out.
Make sure you're using the latest version of SSMS: Download SQL Server Management Studio (SSMS) | Microsoft Docs[^]
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
Make sure you're using the latest version of SSMS: Download SQL Server Management Studio (SSMS) | Microsoft Docs[^]
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
Installed the latest version of SSMS and used my host name as follows: trainingsqldev25.eastus.cloudapp.azure.com, 1433 I still can't connect. Now, everything I find on the internet points to the same article: Provision a SQL Server Virtual Machine | Microsoft Docs[^] Here I recreated my SQL VM several times and still the same results.
-
I created an Azure SQL server VM and am unable to connect to it with SSMS. I followed this article: https://forums.asp.net/post/edit/6168801 Now when I go to my local machine cmd prompt and type: ping trainingsqldev25.eastus.cloudapp.azure.com I can see the ping resolve the DNS name to the correct IP address but the requests still time out.