sql-server - 将表数据从 Azure SQL 数据库复制到另一个 Azure SQL 数据库?

标签 sql-server azure azure-data-factory azure-table-storage azure-blob-storage

我必须将表数据从一个 Azure SQL 数据库复制到同一 Azure 服务器下的另一个 Azure SQL 数据库。

有没有办法使用 Azure 数据工厂来做到这一点?此外,这需要安排为每日提要。

编辑:我们如何向现有数据集添加更多表?我已经为 3 个表创建了此表,现在我想向其中添加另外两个表,如何操作?

最佳答案

你看过Copy data to and from SQL Server by using Azure Data Factory吗? ?。

In Azure Data Factory, you can use the Copy activity to copy data among data stores located on-premises and in the cloud. After you copy the data, you can use other activities to further transform and analyze it

您可以从此处查看有关如何配置 triggered pipeline. 的步骤。

要记住的一件重要事情是,您必须为所有需要复制任何源-目标组合的表定义数据集(带或不带架构)。

关于sql-server - 将表数据从 Azure SQL 数据库复制到另一个 Azure SQL 数据库?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60364819/

相关文章:

SQL Server - 返回 xml 列的 xml 子节点

sql - 来自带有子级别的 SQL 查询的 JSON

sql-server - SQL Server 使用 in 子句从表中选择字符串

azure - 如何在 Azure 数据工厂数据流表达式中筛选(不)包含子字符串的字符串?

Azure 逻辑应用/数据工厂,使用 FTPS 获取文件

sql - CTE 可以提高性能吗?

c# - 使用 ASP.NET 在 Windows Azure Blob 存储上设置 CORS

azure - 为什么在azure数据工厂中默认自动创建的sql表列长度为-1?以及如何修复它?

azure - 将 CSV 作为数据工厂中的源出现问题

python - 迭代 Azure ItemPaged 对象