declare @table_id intset @table_id=object_id("表名")dbcc showcontig(@table_id)
dbcc dbreindex("表名",pk_索引名,100)
dbcc dbreindex("表名","",100)