gpt4 book ai didi

sql - 对现有表进行分区

转载 作者:行者123 更新时间:2023-12-02 23:47:19 25 4
gpt4 key购买 nike

如何在 SQL Server 2005/08 中对现有表进行分区?我找不到更好的线索。

最佳答案

Here is a full article关于如何做到这一点。 (建表、插入数据、分区)

技巧是将表移动到新分区。

DROP INDEX MyTable_IXC ON MyTable WITH (Move To [Data Partition Scheme] (ID) )

关于sql - 对现有表进行分区,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2132208/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com