Connect SQL Server Management Studio
- Last UpdatedNov 07, 2025
- 1 minute read
You can connect SQL Server Management Studio (SSMS) to Azure SQL Database.
Connect SSMS
-
Open SQL Server Management Studio.
The Connect to Server dialog box appears.
-
In the Server name box, enter the Datastore Server name. Ensure that this value matches the Server name displayed in the Connection String Management dialog box while creating the connection. For more information, see Manage Connection Strings.
-
In the Authentication drop-down list, select the SQL Server Authentication option.
The dialog box appears.
-
In the Login and Password boxes, enter the user name and password to connect to SSMS. Ensure that this value matches the User Id and Password displayed in the Connection String Management dialog box while creating the connection. For more information, see Manage Connection Strings.
-
Click Options.
-
Click the Connection Properties tab.
The dialog box appears as follows.

-
In the Connect to database box, enter the datastore name. Ensure that this value matches the Database name displayed in the Manage Connection Strings dialog box while creating the connection. For more information, see Manage Connection Strings.
-
Click Connect.
The connection between SSMS and Azure SQL database is established successfully.