An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
Hi @Vikranth ,
Thank you for using Microsoft Q&A platform and thanks for your question.
Regarding your query to segregate real-time data and processes on the SQL server, while migrating analytical data to Azure Synapse, we suggest using PolyBase to access data in Azure Synapse from SQL Server.
PolyBase is indeed a recommended and easy option in SQL Server to export data from Azure Synapse. However, it is important to note that there are known limitations in PolyBase as documented by Microsoft.
In addition to PolyBase, there are other options to connect to Azure Synapse from SQL Server, each with its own pros and cons depending on your specific requirements. You can find a comprehensive guide on connecting to Azure Synapse from SQL Server in this document.
For more complex transformations on data that need to be run on a scheduled basis, we recommend using Azure Data Factory. Azure Data Factory is a cloud-based data integration service that supports connecting to both on-premise SQL Server and Azure Synapse, with various options to schedule the pipelines. This can help automate the data transfer process and ensure that the data is always up-to-date.
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.