瀏覽代碼

Update README.md

Pedro Lopes 3 年之前
父節點
當前提交
7aab171f54
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      Index-Creation/README.md

+ 1 - 3
Index-Creation/README.md

@@ -1,8 +1,6 @@
-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.
 **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:
 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.
 -  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.
 -  Possibly redundant indexes in above list, whcih provides an opportunity to do some index consolidation.
--  Index creation scripts.
+-  Index creation scripts.