会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
firtree
博客园
首页
新随笔
联系
管理
订阅
2014年8月18日
sqlserver查看索引使用情况以及建立丢失的索引
摘要: --查看表的索引使用情况SELECT TOP 1000o.name AS 表名, i.name AS 索引名, i.index_id AS 索引id, dm_ius.user_seeks AS 搜索次数, dm_ius.user_scans AS 扫描次数, dm_ius.user_lookups ...
阅读全文
posted @ 2014-08-18 09:56 firtree
阅读(1652)
评论(0)
推荐(0)
编辑
公告