佳木斯湛栽影视文化发展公司

主頁 > 知識庫 > SQL語句實現(xiàn)查詢Index使用狀況

SQL語句實現(xiàn)查詢Index使用狀況

熱門標簽:百度競價排名 地方門戶網(wǎng)站 鐵路電話系統(tǒng) 網(wǎng)站排名優(yōu)化 呼叫中心市場需求 服務外包 AI電銷 Linux服務器
SELECT
   sch.name + '.' + t.name AS [Table Name],
   i.name AS[Index Name],
   i.type_desc, 
   ISNULL(user_updates,0) AS [Total Writes],
   ISNULL(user_seeks +user_scans + user_lookups,0) AS [Total Reads],
   s.last_user_seek,
   s.last_user_scan ,
   s.last_user_lookup,
   ISNULL(user_updates,0) - ISNULL((user_seeks+ user_scans +user_lookups),0)AS [Difference], 
   p.reserved_page_count * 8.0 / 1024 as SpaceInMB
FROM sys.indexes AS i WITH (NOLOCK) 
   LEFT OUTERJOIN sys.dm_db_index_usage_statsAS s   WITH (NOLOCK) ON s.object_id = i.object_id AND i.index_id = s.index_id AND s.database_id=db_id() AND objectproperty(s.object_id,'IsUserTable') = 1 
   INNER JOIN    sys.tables             AS t WITH (NOLOCK) ON i.object_id = t.object_id 
   INNER JOIN    sys.schemas             AS sch   WITH (NOLOCK) ON t.schema_id = sch.schema_id 
   LEFT OUTERJOIN sys.dm_db_partition_stats AS p WITH (NOLOCK) ON i.index_id = p.index_id and i.object_id = p.object_id
WHERE (1=1)
   --AND ISNULL(user_updates,0) >=ISNULL((user_seeks + user_scans + user_lookups),0) --shows all indexesincluding those that have not been used 
   --AND ISNULL(user_updates,0) -ISNULL((user_seeks + user_scans + user_lookups),0)>0 --only shows thoseindexes which have been used 
   --AND i.index_id > 1        -- Only non-first indexes (I.E.non-primary key)
   --AND i.is_primary_key>1     -- Only those that are not defined asa Primary Key)
   --AND i.is_unique_constraint>1-- Only those that are not classed as "UniqueConstraints". 
ORDER BY [Table Name],[index name]

標簽:湖南 湘潭 蘭州 銅川 黃山 衡水 仙桃 崇左

巨人網(wǎng)絡(luò)通訊聲明:本文標題《SQL語句實現(xiàn)查詢Index使用狀況》,本文關(guān)鍵詞  ;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 收縮
    • 微信客服
    • 微信二維碼
    • 電話咨詢

    • 400-1100-266
    娄底市| 阿克| 霍邱县| 翁源县| 云林县| 凌云县| 洛川县| 新蔡县| 新巴尔虎左旗| 长岭县| 云林县| 都昌县| 得荣县| 永康市| 达孜县| 芷江| 铜川市| 上虞市| 平原县| 来宾市| 盐边县| 商城县| 紫金县| 南川市| 蓝山县| 饶平县| 庄浪县| 桂林市| 灵宝市| 铁岭市| 普洱| 永州市| 五大连池市| 古丈县| 招远市| 绥棱县| 兴文县| 青海省| 军事| 安图县| 通化市|