碎片整理语句

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)

以上是关于碎片整理语句的主要内容,如果未能解决你的问题,请参考以下文章

SQL Server索引碎片整理实际操作记录

磁盘碎片整理有啥用

为啥Linux不需要磁盘碎片整理 –

java/android 做题中整理的碎片小贴士

磁盘碎片整理功能无法启动,打开,提示“任务计划程序服务未运行,请启动后再试”,怎么解决?

linux内核中内存反碎片技术