简体   繁体   English

如何使用azure数据工厂将数据从azure SQL数据库增量存储到azure blob存储,基于一些条件:日期需要更新

[英]How to store data incrementallyfrom azure SQL database to azure blob storage using azure data factory,based on some conditions:date need to be updated

i need to store some data from sql server to azure blob storage in which the data in sql server will be updated, and the time stamp will be mentioned along with it and also whenever i store it in storage it will be recording some timestamp with it.我需要将一些数据从 sql server 存储到 azure blob 存储中,其中 sql server 中的数据将被更新,并且时间戳将与它一起被提及,并且每当我将它存储在存储中时,它都会记录一些时间戳. so based on the condition if the timestamp in sql server is greater than timestamp in blob storage i need to migrate that data i tried migrating by moving the data from sql server to storage account, but there might be some changes in future in the sql server so based on that how to migrate the new data periodically因此基于该条件,如果在SQL Server中的时间戳比Blob存储时间戳更大,我需要迁移数据i tried migrating by moving the data from sql server to storage account, but there might be some changes in future in the sql server so based on that how to migrate the new data periodically

I would suggest you go through some Pipeline template我建议你通过一些管道模板

在此处输入图片说明

Perhaps...也许...

在此处输入图片说明

If you do have timestamp column in your source database to identify the new or updated rows, but do not want to create any external control table to achive delta copy, you can go to "copy data tool" to get a pipeline, which use trigger scheduled time as a variable to read the new rows only from source database.如果源数据库中确实有时间戳列来标识新行或更新行,但不想创建任何外部控制表来实现增量复制,则可以转到“复制数据工具”以获取使用触发器的管道计划时间作为变量仅从源数据库读取新行。

View documentation from MS for detailed walkthrough查看来自 MS 的文档以获取详细的演练

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用数据工厂将数据从 Azure Blob 存储增量加载到 Azure SQL 数据库? - How to incrementally load data from Azure Blob storage to Azure SQL Database using Data Factory? Azure Blob到Azure SQL数据库-数据工厂 - Azure Blob to Azure SQL Database - Data Factory 有条件将Blob数据复制到Azure Data Factory中的Sql数据库 - Copy Blob Data To Sql Database in Azure Data Factory with Conditions 如何在没有 Azure 数据工厂的情况下将 csv 文件从 blob 存储加载到 azure sql 数据库 - How to load csv file from blob storage to azure sql database without Azure Data Factory Azure 数据工厂到 Azure Blob 存储权限 - Azure Data Factory to Azure Blob Storage Permissions 将 Azure blob 存储文件名保存到 Sql 表 - Azure 数据工厂 - Save Azure blob storage filename to Sql table - Azure Data Factory 如何从Azure数据工厂中的azure blob存储中获取某些数据,并将目标作为SQL数据库执行复制活动? - How to get just certain data from azure blob storage in Azure Data Factory performing copy activity with destination as SQL database? 如何使用azure数据工厂替换azure sql数据库中的数据? - how to replace data in azure sql database using azure data factory? 如何使用Azure数据工厂获取Sharepoint数据并将其加载到Azure Blob存储中? - How to fetch Sharepoint data and load into Azure Blob Storage using Azure Data Factory? 如何在 Azure 数据工厂中对 API 数据传输进行 Blob 存储? - How to do a Blob storage to API data transfer in Azure Data Factory?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM