Have a question? Connect with an Argano expert!
A subject matter expert will reach out to you within 24 hours.
A Serverless SQL Pool endpoint is a public entry point to an Azure Synapse Analytics Serverless SQL Pool. This endpoint enables you to query data stored in your Synapse workspace using the SQL language, without needing to manage a dedicated SQL instance.
Every Azure Synapse Analytics workspace comes with Serverless SQL Pool endpoints that you can use to query data in the Azure Data Lake (Parquet, Delta Lake, delimited text formats), Azure Cosmos DB, or Dataverse.
The Serverless SQL Pool endpoint is a REST API that provides programmatic access to the Synapse Serverless SQL Pool. You can use the endpoint to execute SQL queries, create and manage databases and tables, and perform other data management tasks.
To use the Serverless SQL Pool endpoint, you need to authenticate using Azure Active Directory (AAD) credentials or a Shared Access Signature (SAS) token. You can send HTTP requests to the endpoint using tools like PowerShell, Azure CLI, or other REST API clients.
Once you’ve authenticated, you can use SQL statements to query data in your Synapse workspace. The Serverless SQL Pool endpoint supports a subset of the T-SQL language, including SELECT, INSERT, UPDATE, DELETE, and more. You can also use functions, stored procedures, and views to perform more complex data manipulation tasks.
In summary, the Serverless SQL Pool endpoint provides a simple and flexible way to query and manage data in an Azure Synapse Analytics Serverless SQL Pool, without needing to manage a dedicated SQL instance. It offers a REST API interface that supports a subset of T-SQL language and can be used with various tools and programming languages.
If you need to explore data in the data lake, gain insights from it or optimize your existing data transformation pipeline, you can benefit from using serverless SQL pool. Suitability includes the following scenarios:
A subject matter expert will reach out to you within 24 hours.