From 3fc27b54a2149ffd47bc1b46facf1aeaa01ac4b8 Mon Sep 17 00:00:00 2001 From: Eric Cobb Date: Tue, 22 Oct 2019 13:40:48 -0500 Subject: [PATCH] Updated Readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f23e4ba..a5fcaa9 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ Simply run the *index-metrics-install.sql* file, specifying which database you w - See how much or how little an index is being used - See if an index's usage has increased or decreased over time - Identify unused and rarely used indexes +- Generate "CREATE" and "DROP" scripts for all of the indexes in a database +- View a history of changes to index definitions ### Benefits: - Database Administrators can give Developers permissions to read the Index Metrics Views without having to grant the elevated access sometimes required to run SQL Server's DMOs. This allows Developers to gain deep insight into index usage in Production systems that they may not have access to otherwise.