简体   繁体   English

Azure数据工厂-将数据从本地SQL迁移到Azure SQL

[英]Azure Data Factory - moving data from On-Premise SQL to Azure SQL

A simple question: Can this be achieved directly? 一个简单的问题:这可以直接实现吗? I mean without the Azure blob storage in between (as showed in all the examples)? 我的意思是在两者之间没有Azure blob存储(如所有示例所示)? Can someone provide some code example please. 有人可以提供一些代码示例。

yes, you can do this directly. 是的,您可以直接执行此操作。 In fact, you can do direct copies from any of our supported sources/sinks, you don't have to pass through blob. 实际上,您可以直接从我们支持的任何来源/接收器进行复制,而不必通过Blob。 To go from on-prem SQL Server-->SQL azure, you will need to setup a Data Management Gateway connector on your on-prem server. 要从本地SQL Server-> SQL天蓝色开始,您需要在本地服务器上设置数据管理网关连接器。 Then, you use a linked service of type AzureStorage and an output dataset of type AzureSQLTable as the output dataset, instead of AzureBlob as is shown in the example. 然后,使用类型为AzureStorage的链接服务和类型为AzureSQLTable的输出数据集作为输出数据集,而不是示例中所示的AzureBlob。 The exact steps to setup the DMG and the JSON code for the linked services, datasets, and pipelines can be found in our documentation. 可以在我们的文档中找到为链接的服务,数据集和管道设置DMG和JSON代码的确切步骤。 We are also improving our UI in the near future to make these kinds of copy setups an easy code-free experience. 我们还将在不久的将来改进UI,以使此类复印设置轻松获得无代码的体验。 https://azure.microsoft.com/en-us/documentation/articles/data-factory-sqlserver-connector/ https://azure.microsoft.com/en-us/documentation/articles/data-factory-sqlserver-connector/

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

相关问题 将数据从本地 SFTP 文件夹提取到 Azure SQL 数据库(Azure 数据工厂) - Ingest Data From On-Premise SFTP Folder To Azure SQL Database (Azure Data Factory) 数据从SQL内部部署迁移到SQL Azure - Data movement from SQL on-premise to SQL Azure 如何将数据从内部部署Oracle复制到Azure SQL数据库 - How to copy data from On-Premise Oracle to Azure SQL Database 从SQL Azure到本地SQL Server的Azure SQL数据同步 - Azure SQL Data Sync from SQL Azure to On-Premise SQL Server 是否可以为连接到本地SQL Server的Azure数据工厂指定ApplicationIntent = ReadOnly? - Is it possible to specify ApplicationIntent = ReadOnly for Azure Data Factory connecting to on-premise SQL Server? 在 Azure 中创建一个调度程序,从 Azure SQL DB 获取数据并发布到本地系统 - Create a scheduler in Azure that fetches data from Azure SQL DB and post to on-premise system 如何在没有 Azure 数据网关的混合环境中从本地 SSMS 连接 Azure SQL 数据库 - How to connect Azure SQL database from on-premise SSMS in hybrid environment without Azure Data Gateway Azure数据工厂:将数据从表存储移动到SQL Azure - Azure Data Factory: Moving data from Table Storage to SQL Azure 从本地 SSMS 连接到 Azure Sql 托管实例 - Connect to Azure Sql Managed Instance from on-premise SSMS 如何从 Azure Synapse 连接到本地 SQL 服务器 - How to connect to on-premise SQL Server from Azure Synapse
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM