对现有表进行分区
如何在 SQL Server 2005/08 中对现有表进行分区?我找不到更好的线索。
How do I partition existing table in SQL Server 2005/08? I couldn't find a better clue on it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是一篇关于如何执行此操作的完整文章。 (创建表,插入数据,然后分区)
技巧是将表移动到新分区。
Here is a full article on how to do this. (Create table, insert data, then partition)
Trick is to move the table to the new partition.
既然您没有给出错误,我想您正在寻找有关如何执行此操作的一般信息?分区不是几秒钟就能掌握的。有关该主题的一些信息可以在以下链接中找到。
SQL2005: http://msdn.microsoft.com/en -us/library/ms188706(SQL.90).aspx
SQL2008:http://msdn.microsoft.com/en-us/library/ms188706.aspx
sqlskills 文章 http://www.sqlskills.com/resources/Whitepapers/Partitioning%20in%20SQL%20Server%202005%20Beta%20II.htm
Since you give no errors I suppose you are looking for general information on how to do it? Partitioning is not something you can master in just a few seconds. Some information on the subject can be found in the following links.
SQL2005: http://msdn.microsoft.com/en-us/library/ms188706(SQL.90).aspx
SQL2008: http://msdn.microsoft.com/en-us/library/ms188706.aspx
sqlskills article http://www.sqlskills.com/resources/Whitepapers/Partitioning%20in%20SQL%20Server%202005%20Beta%20II.htm