重建索引

declare @table_id int
set @table_id=object_id('person_info')
dbcc showcontig(@table_id)

dbcc dbreindex('person_info','',90)

posted on 2008-08-19 22:45  Eric Zhang  阅读(267)  评论(0)    收藏  举报

导航