索引碎片整理
大家好,请告诉我如何在 MS SQL Server 2000 中创建一个每天对索引进行碎片整理的程序。
感谢您的回答,
约瑟夫
Hi any body help to tell me how to create a Procedure to defrag index on a daily basis in MS SQL Server 2000.
Appreciate your answers
Joseph
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最简单的方法之一:
还有其他几种替代方案,人们一起编写了一些智能代码,但我没有使用它们
One of the simplest ways:
There are several other alternatives where folk has out together some intelligent code, but I've not used them