Before the advent of Azure, enterprises were restricted to connecting and using the SQL server in the traditional manner where individuals logged in to the on-premises instance of the SQL server through a user ID and password. Now with Azure, this process had become much more straightforward and streamlined. Besides the ease of use, Azure also provides more flexibility, cost savings, and less overhead management, compared to an on-premises setup of SQL server.
While companies are transitioning to azure, employees who have been working on the legacy infrastructure have to familiarize themselves with the newer modes of operations in the latest technology. For people new to Azure, it’s confusing to figure out what to use as a server name because they are used to entering the server’s IP address to log in the on-premises SQL Server. While in Azure, it’s the server connection string which is used instead.
The process of connecting with an Azure SQL database from the SQL server management studio is similar to the process of logging into the on-premises SQL server except for a few key differences. Below mentioned steps will help you to connect to your Azure database hassle-free.
Step 1:
(If you already have the server name and database name skip this step or if you don’t have access to the Azure portal ask your data team to provide you with the details)
Step2:
In highlighted portion server is your server name, and the Initial Catalog is your database name. All the values in this connection string are separated by semicolons.
The server name will always end with .database.windows.net
Step 3:
Step 4
Finally, click on connect and you are logged in to the Azure SQL database using SSMS.
Contact us to start your journey today