Connect to Synapse SQL with SQL Server Management Studio
Article
02/14/2025
You can use SQL Server Management Studio (SSMS) to connect to and query Synapse SQL in Azure Synapse Analytics through either serverless SQL pool or dedicated SQL pool resources.
A data warehouse. To create a data warehouse for dedicated SQL pool, see Create a dedicated SQL pool. For serverless SQL pool, a data warehouse named Built-in is already provisioned in your workspace at creation time.
To connect to Synapse SQL using dedicated SQL pool, follow these steps:
Open SQL Server Management Studio (SSMS).
In the Connect to Server dialog box, fill in the fields, and then select Connect:
Server name: Enter the server name previously identified.
Authentication: Choose an authentication type, such as SQL Server Authentication or Active Directory Integrated Authentication.
Login and Password: Enter your user name and password if SQL Server Authentication was selected.
Expand your Azure SQL Server in Object Explorer. You can view the databases associated with the server, such as the sample AdventureWorksDW database. You can expand the database to see the tables:
To connect to Synapse SQL using serverless SQL pool, follow these steps:
Open SQL Server Management Studio (SSMS).
In the Connect to Server dialog box, fill in the fields, and then select Connect:
Server name: Enter the server name previously identified.
Authentication: Choose an authentication type, such as SQL Server Authentication or Microsoft Entra Authentication.
Login and Password: Enter your user name and password if SQL Server Authentication was selected.
To explore, expand your Azure SQL server. You can view the databases associated with the server. Expand demo to see the content in your sample database.
Administer an SQL Server database infrastructure for cloud, on-premises and hybrid relational databases using the Microsoft PaaS relational database offerings.