Azure data factory data tranfer without control table/watermark table or datetime

john azcn 1 Reputation point
2022-12-04T13:11:44.683+00:00

Hello All,

I want to be able to transfer data from SQL source DB to destination DB(Azure), but i do not have a datetime column, how do i achieve this?

Please do help if you have any solution.

thanks

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,562 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.
5,378 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,639 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,703 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bhargava-MSFT 31,261 Reputation points Microsoft Employee Moderator
    2022-12-05T23:01:56.457+00:00

    Hello @john azcn ,

    Welcome to the MS Q&A platform.

    Please correct me if my understanding is wrong. You want to migrate data from the on-prem server to Azure SQL DB.

    You can use ADF's copy activity to migrate the data to your Azure SQL. (Or) you can also use the DMS service.

    You can refer to the below documents to get started with your migration.

    https://learn.microsoft.com/en-us/azure/dms/tutorial-sql-server-to-azure-sql
    https://learn.microsoft.com/en-us/azure/architecture/data-science-process/move-sql-azure-adf
    https://www.sqlshack.com/migrate-an-on-premises-sql-server-database-to-the-azure-sql-database/

    Please let me know if you have any further questions.


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.