Azure Synapse as Refrence data

Rohit Sapru 26 Reputation points
2020-10-26T09:21:59.677+00:00

We have an existing in-house SQL server infrastructure, which currently holds both real-time as well as extract (Analytical) data. Both of these reside together because real-time data processing needs access to historical (analytical) data as a reference data.

As part of initial POC design we are planning to keep the real-time data/ processes on SQL server and move analytical data to Azure Synapse. But we are still trying to figure out the best approach to access data in Azure Synapse from SQL server instance as reference data while keeping performance at its best.
Any pointer is this regard will be apricated.

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.
5,373 questions
0 comments No comments
{count} votes

Accepted answer
  1. HarithaMaddi-MSFT 10,146 Reputation points
    2020-10-27T15:02:16.457+00:00

    Hi @Anonymous ,

    Welcome to Microsoft Q&A Platform. Thanks for posting the query.

    Polybase is the recommended and easy option in SQL Server that can be used to export data from Synapse. However, there are known limitations in Polybase as documented. Various other options to connect to synapse from SQL can be found in this document and each has its own pros and cons that can be chosen depending on the requirement. For more transformations on data that need to be run on scheduled basis can be done using Azure Data Factory that supports connecting to both on-premise SQL and Azure Synapse DWH with various options to schedule the pipelines.

    Hope this helps! Please let us know for more queries and we will be glad to assist.

    ------------------------------------------------------------------------

    • Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification.

0 additional answers

Sort by: Most helpful

Your answer

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