Ingesting data from Azure Synapse Analytics to Azure SQl VM database

John K 186 Reputation points
2022-06-14T01:35:29.097+00:00

Hi

I am about to get some data in the Azure Synapse Analytics from dataverse ( via Azure Synapse link)

Azure Syanpse Link can only write to Datalake or Syanpse .

I have a question,.

****How data can be brought to another SQL from Azure Synapse Analytics on Azure VM ( without writing data to Datalake/Blob)****

SQL Server on Azure Virtual Machines
Azure SQL Database
Azure Migrate
Azure Migrate
A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
717 questions
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.
4,369 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,542 questions
0 comments No comments
{count} votes

Accepted answer
  1. Ronen Ariely 15,096 Reputation points
    2022-06-14T03:01:25.477+00:00

    Hi,

    I am about to get some data in the Azure Synapse Analytics from dataverse... How data can be brought to another SQL from Azure Synapse Analytics on Azure VM ( without writing data to Datalake/Blob)

    So your source data is the dataverse and your target is SQL Server on Virtual Machine. Right?

    If this is the case, then according to this request, you speak about using Azure Synapse only as an Intermediate layer (or Intermediate tool) to move data from external source to external target. In this case, you can think about other options of migrating data from the source to the target - This is not he goal of Azure Synapse Analytics and probably not the best tool for the task

    Azure Synapse Analytics fits great for ETL, Analytics and working on the data but for migrating data directly from dataverse to SQL Server you can use dataflows, Power Query, Azure Data Factory, Azure Logic Apps, and Power Automate for example. Each one of these tool might fit your needs.

    Check this document about Importing and exporting data from/to dataverse. It covers all the options which I mentioned above and all these can connect to SQL Server on VM.

    https://learn.microsoft.com/en-us/power-apps/maker/data-platform/import-export-data?WT.mc_id=DP-MVP-5001699

    Note! All these tools can also be used to move the data from Azure Synapse Analytics to SQL Server, if you insist/need on using the Azure Synapse Analytics as Intermediate layer


0 additional answers

Sort by: Most helpful