简体   繁体   English

我们可以使用 Azure 数据迁移服务将数据从本地 SQL Server 迁移到 Azure SQL DW

[英]Can we use Azure Data Migration Service to migrate data from on-prem SQL Server to Azure SQL DW

I wanted to understand if we can use Azure Data Migration Service to migrate data from on-prem SQL Server to Azure SQL DW or is there any other way to do so which also takes care of full and incremental load?我想了解我们是否可以使用 Azure 数据迁移服务将数据从本地 SQL Server 迁移到 Azure SQL DW,或者是否有其他方法可以同时处理完整负载和增量负载?

Thanks,谢谢,

Anish阿尼什

Please note that SQL DW (now christened as Synapse) is not a regular SQL SMP architecture.请注意,SQL DW(现在称为 Synapse)不是常规的 SQL SMP 架构。 This is an MPP database and hence as-is migration of on-prem SQL boxes to SQL DW may not always be a good choice.这是一个 MPP 数据库,因此将本地 SQL 框按原样迁移到 SQL DW 可能并不总是一个好的选择。

Note that SQL DB (especially Gen5) can grow up to 8TB and with hyper-scale edition, this can go up to 100TB.请注意,SQL DB(尤其是 Gen5)可以增长到 8TB,而在超大规模版本中,可以增长到 100TB。 Have you also considered these facts before choosing SQL DW?在选择 SQL DW 之前,您是否也考虑过这些事实? A lot of information is available on documentation online.在线文档中提供了大量信息。

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

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