简体   繁体   English

将分区切换到外部表

[英]Switch Partition To External Table

Is it possible in SQL Server to switch a partition of old relational data out to an external table (Polybase to Azure Blob Storage)? SQL 服务器是否可以将旧关系数据的分区切换到外部表(Polybase 到 Azure Blob 存储)? I've not been able to find the answer in my searches我无法在搜索中找到答案

A partition SWITCH is a meta-data only operation that does not physically move data.分区SWITCH是仅元数据操作,不会物理移动数据。 Consequently, you can't use it to move data outside the physical SQL Server database or file/filegroup within the database.因此,您不能使用它将数据移动到物理 SQL 服务器数据库或数据库内的文件/文件组之外。

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

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