Pedro Lopes a140106273 Minor update %!s(int64=9) %!d(string=hai) anos
..
README.md 37b546c469 Added more solutions %!s(int64=9) %!d(string=hai) anos
view_IndexCreation.sql a140106273 Minor update %!s(int64=9) %!d(string=hai) anos

README.md

More information available at http://aka.ms/SQLInsights - SQL Swiss Army Knife Series

Purpose: Looks for relevant missing indexes in SQL Server. Results are relevant if one or more business cycles have been executed.

In the output, you will find the following information:

  • Missing indexes with the highest user impact. The higher the score, higher is the anticipated improvement for user queries.
  • Possibly redundant indexes in above list, whcih provides an opportunity to do some index consolidation.
  • Index creation scripts.