简体   繁体   English

Azure数据从Azure Db同步到Azure DWH

[英]Azure data sync from Azure Db to Azure DWH

I am trying to perform a replication using Azure data sync between an Azure sql database and an Azure SQL Data Warehouse. 我正在尝试使用Azure sql数据库和Azure SQL数据仓库之间的Azure数据同步执行复制。 I have a table with a primary key, identity (1,1). 我有一个主键,身份(1,1)的表。 When i try to perform the sync, I receive an error saying something related to a syntax error around "PRIMARY". 当我尝试执行同步时,我收到一条错误,说明与“PRIMARY”周围的语法错误相关的内容。 Is this issue related to how pk's are managed in azure data warehouses or, simply said, this kind of replication is not supported? 这个问题是关于如何在天蓝色数据仓库中管理pk,或者简单地说,这种复制是不受支持的?

SQL Data Sync synchronizes data between SQL Azure Databases and SQL Server instances only. SQL Data Sync仅在SQL Azure数据库和SQL Server实例之间同步数据。 SQL Azure Data Warehouse is not supported. 不支持SQL Azure数据仓库。

https://docs.microsoft.com/en-us/azure/sql-database/sql-database-sync-data https://docs.microsoft.com/en-us/azure/sql-database/sql-database-sync-data

Hope this helps. 希望这可以帮助。

Regards, 问候,

Alberto Morillo Alberto Morillo

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM