The report documents the following:
(1) The number of tables that have indexes that are not necessary because their functionality is duplicated by at least one other index.
(2) The number of indexes that are simply not used.
(3) The number of missing indexes reported by SQL Server for each table **
** Although the Missing column represents the number of uniquely-identified database requests, these recommendations can often be combined into a small, but comprehensive, set of new indexes.
After providing exactly the indexes that SQL needs, and removing unused and unnecessary indexes, the actual number of indexes often decreases and performance improves,
often significantly, because overhead has been reduced and queries now have an appropriate index structure against which to operate.
Consider using SQLRx's Index Diagnosis to measure your index overhead and better understand those steps that can be taken to reduce overhead and optimize query performance. As a Special Offering to SQLRx Tip Of The Month Subscribers, this service is available to you for $995. Typically, this is a $2,500 Service. Index Diagnosis fees may be applied in some circumstances toward services to optimize Indexes or other SQLRx services.
As always, SQLRx loads NO executables or code on your server environment. Our Index Diagnosis collects native SQL metrics from numerous sources to provide this summary and the same data can be utilized to provide specific recommendations regarding index structure optimization.
________________________________________________________________________________ |