admin管理员组文章数量:1279188
I have a table with huge volume of data , and the same need to be get partitioned based on one integer column (purgeready) which only have two values 0 and 1. Since it is in production I want to perform this operation without disturbing the existing structure and data.
I tried to create nonclustered index on purgeready column and also mapped it with partition scheme. It found data is distributed correctly for two partition.
But while doing the switching it throws error that the index is partitioned but the table isn't.
Anybody can help on this or suggest any other way of archiving data without using delete and with minimal cost(Tools like ADF are not recommended since it demands extra cost).
本文标签: sql serverTable partition and switching on existing tableStack Overflow
版权声明:本文标题:sql server - Table partition and switching on existing table - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741272436a2369544.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论