Share via

Cross region Dedicated SQL Pool data consumption

Muruga MuthuKrishnan 26 Reputation points
2023-09-29T15:48:29.47+00:00

Hi,

I have a requirement as below kindly show some light.

We have Dedicated SQL pool in one resource group would say for global requirement.

For local country requirements, we are using serverless sql pool, azure sql DB in different RG.

Both resides in the same Azure subscription.

We need to join the data from both dedicated SQL pool & serverless sql pool in local country.

Please suggest.

Azure Synapse Analytics
Azure Synapse Analytics

An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.

0 comments No comments

2 answers

Sort by: Most helpful
  1. QuantumCache 20,681 Reputation points Moderator
    2023-10-04T06:43:01.6233333+00:00

    Hello @Muruga Muthukrishnan
    Adding few more points to the previous response by Vahid.

    To join data from a Dedicated SQL pool and a serverless SQL pool in Azure Synapse Analytics, you can use the PolyBase feature. PolyBase allows you to query data from external data sources, including other SQL pools and databases.

    PolyBase is by far the fastest and most scalable SQL Data Warehouse loading method to date, so we recommend it as your default loading mechanism.

    For more inof: Read: Using PolyBase for SQL Data Warehouse loads

    By using PolyBase to join the data from both SQL pools, you can avoid the need to move the data between the pools, which can be time-consuming and costly.

    Was this answer helpful?


  2. Vahid Ghafarpour 23,605 Reputation points
    2023-09-29T17:01:53.7966667+00:00

    Azure Synapse Analytics (formerly SQL Data Warehouse) is a fully managed, cloud-based data warehouse service that can query and join data from various sources, including Dedicated SQL Pools and Serverless SQL Pools.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.