系统运维

如何对SQL Server表的索引进行维护?

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

如何对SQL Server表的索引进行维护?
何对护复制declare @table_id int   set @table_id=object_id(表名)   dbcc showcontig(@table_id)  1.2.3.
copyright © 2025 powered by 编程之道  滇ICP备2023006006号-34sitemap