碎片整理语句
Posted 堡主大名花花
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了碎片整理语句相关的知识,希望对你有一定的参考价值。
create index StatisticsTagArea_AreaId on StatisticsTagArea(AreaId) include(TagId)
drop index StatisticsTagArea_AreaId on StatisticsTagArea
create index StatisticsTagArea_AreaId on StatisticsTagArea(AreaId) include(TagId,DisCount,DisHasPicCount)
dbcc showcontig(StatisticsTagArea,StatisticsTagArea_AreaId) WITH FAST, TABLERESULTS, NO_INFOMSGS
dbcc dbreindex(StatisticsTagArea,StatisticsTagArea_AreaId,90)
ALTER Index PK_STATISTICSTAGAREA on StatisticsTagArea rebuild
dbcc INDEXDEFRAG (0,objectid,indexid)
以上是关于碎片整理语句的主要内容,如果未能解决你的问题,请参考以下文章