码迷,mamicode.com
首页 > 其他好文 > 详细

rebuild index and update statistics

时间:2017-10-04 16:18:24      阅读:166      评论:0      收藏:0      [点我收藏+]

标签:column   strong   ref   exe   .com   lte   stat   http   uil   

Refer to http://blog.sina.com.cn/s/blog_630d50dc0102vwwh.html

1.UPDATE STATISTICS table with fullscan-->this will update both on index statistics and column statistics

2.Update statistics table with fullscan, index->this will update index statistics

3.Update statistics table with fullscan, column ->this will update column statistics

4.Rebuild indexes(ALTER INDEX on table REBUILD)-> this will only update the indexes statistics.

5.Reorganize indexes(ALTER INDEX on table REORGANIZE)-> this will not update indexes statistics and column statistics

rebuild index and update statistics

标签:column   strong   ref   exe   .com   lte   stat   http   uil   

原文地址:http://www.cnblogs.com/roseHLF/p/7625705.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!