• Another update:

    - new columns: perc_seeks, perc_scans, perc_lookups. these columns represents the index method represented as a percentage

    - The ratio calculation is changed: Since a lookup is better than a seek and a seek better than a scan, the ratio is now calculated: scan * .8 + seek + lookup * 1.2

    - column stats_date moved to the end (before SQLCmd)

    - SQLCmd now only shows a command for performance indexes

    Waiting for approval!

    Wilfred
    The best things in life are the simple things