A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://learn.microsoft.com/en-us/azure/synapse-analytics/sql/get-started-azure-data-studio below:

Connect to Synapse SQL with Azure Data Studio - Azure Synapse Analytics

You can use Azure Data Studio to connect to and query Synapse SQL in Azure Synapse Analytics.

Connect

To connect to Synapse SQL, open Azure Data Studio and select New Connection.

Choose Microsoft SQL Server as the Connection type.

The connection requires the following parameters:

Note

If you would like to use serverless SQL pool the URL should look like:

If you would like to use dedicated SQL pool the URL should look like:

Choose Windows Authentication, Microsoft Entra ID, or SQL Login as the Authentication Type.

To use SQL Login as the authentication type, add the username/password parameters:

To use Microsoft Entra ID, you need to choose the needed authentication type.

The following screenshot shows the Connection Details for Windows Authentication:

The following screenshot shows the Connection Details using SQL Login:

After successful login, you should see a dashboard like this:

Query

Once connected, you can query Synapse SQL using supported Transact-SQL (T-SQL) statements against the instance. Select New query from the dashboard view to get started.

For example, you can use the following Transact-SQL statement to query Parquet files using serverless SQL pool:

SELECT COUNT(*)
FROM  
OPENROWSET(
    BULK 'https://azureopendatastorage.blob.core.windows.net/censusdatacontainer/release/us_population_county/year=20*/*.parquet',
    FORMAT='PARQUET'
)
Next steps

Explore other ways to connect to Synapse SQL:

Visit Use Azure Data Studio to connect and query data using a dedicated SQL pool in Azure Synapse Analytics, for more information.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4