Connect to a SQL Server or Azure SQL Database

Applies to: SQL Server Azure SQL Database Azure SQL Managed Instance Azure Synapse Analytics Analytics Platform System (PDW)

To work with servers and databases, you must first connect to the server. You can connect to multiple servers at the same time.

SQL Server Management Studio (SSMS) supports several types of connections. This article provides details for connecting to SQL Server and Azure SQL Database (connecting to an Azure SQL single database or elastic pool). For information on the other connection options, see the links at the bottom of this page.

Connecting to a Server

  1. On Object Explorer, click Connect > Database Engine....

    connect

  2. Fill out the Connect to Server form and click Connect:

    connect to server

  3. If you're connecting to an Azure SQL Server, you might get prompted to sign in to create a firewall rule. Click Sign In... (if not, skip to step 6 below)

    Screenshot of the New Firewall Rule dialog box with the Sign in option called out.

  4. After successfully signing in, the form is pre-populated with your specific IP address. If your IP address changes often, it might be easier to grant access to a range, so select the option that's best for your environment.

    Screenshot of the New Firewall Rule dialog box with the Add my client IP address option selected and the OK option called out.

  5. To create the firewall rule and connect to the server, click OK.

  6. The server appears in Object Explorer after successfully connecting:

    Screenshot of the Object Explorer showing that the server is successfully connected.

Next Steps

Design, Create, and Update Tables

See Also

SQL Server Management Studio (SSMS)
Download SQL Server Management Studio (SSMS)

Analysis Services
Integration Services
Reporting Services
Azure Storage