简体   繁体   English

从SQL Server到Azure SQL DB的分区切换迁移

[英]Partition switching migration from SQL Server to Azure SQL DB

I need to migrate my SQL DWH partition switching logic to Azure SQL Database. 我需要将我的SQL DWH分区切换逻辑迁移到Azure SQL数据库。 Have anyone done this before and is there any complexity in doing the same. 以前有没有人做过,这样做是否有任何复杂性。 I dont find any references in Google for this migration. 我在Google中找不到此迁移的任何参考。

Partition maintenance code (adding/removing boundaries dynamically) is the same between SQL Server and Azure SQL Database. SQL Server和Azure SQL数据库之间的分区维护代码(动态添加/删除边界)相同。 The only material difference is the filegroup specification, which needs to be [PRIMARY] in the case of Azure SQL Database. 唯一的实质区别是文件组规范,对于Azure SQL数据库,该规范必须为[PRIMARY]

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

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