Pam Lahoud af8d41cd31 Merge pull request #297 from sm8680/patch-4 10 月之前
..
README.md 3e067f0f7d chore: fix typo 1 年之前
view_IndexCreation.sql 6987d6209d Update view_IndexCreation.sql 2 年之前

README.md

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, which provides an opportunity to do some index consolidation.
  • Index creation scripts.