人工智能

维护Sql Server数据库表索引的3步骤

时间:2010-12-5 17:23:32  作者:人工智能   来源:数据库  查看:  评论:0
内容摘要:复制declare@table_idint set@table_id=object_id(表名) dbccshowcontig(@table_id)

维护Sql Server数据库表索引的3步骤
维护复制declare @table_id int   set @table_id=object_id(表名)   dbcc showcontig(@table_id)  1.2.3.
copyright © 2025 powered by 编程之道  滇ICP备2023006006号-34sitemap