2008年8月19日

摘要: declare @table_id int set @table_id=object_id('person_info') dbcc showcontig(@table_id)dbcc dbreindex('person_info','',90) 阅读全文
posted @ 2008-08-19 22:45 Eric Zhang 阅读(267) 评论(0) 推荐(0)

导航