Pedro Lopes пре 9 година
родитељ
комит
a140106273
2 измењених фајлова са 1 додато и 4 уклоњено
  1. 0 2
      Fixing-VLFs/Fix_VLFs.sql
  2. 1 2
      Index-Creation/view_IndexCreation.sql

+ 0 - 2
Fixing-VLFs/Fix_VLFs.sql

@@ -1,9 +1,7 @@
 -- 2011-05-24 Pedro Lopes (Microsoft) [email protected] (http://aka.ms/sqlinsights)
 --
 -- 2012-03-25 Added SQL 2012 support
---
 -- 2012-09-19 Simplified logic
---
 -- 2012-09-20 Changed grow settings if not SQL Server 2012
 --
 -- Generates the sql statements to preemtively fix VLF issues in all DBs within the server, based on the transaction log current size.

+ 1 - 2
Index-Creation/view_IndexCreation.sql

@@ -2,8 +2,7 @@
 -- 2007-10-11 Pedro Lopes (Microsoft) [email protected] (http://aka.ms/sqlinsights/)
 --
 -- 2008-01-17 Check for possibly redundant indexes in the output.
--- 2009-05-21 Changed index scoring method;
---		Disregards indexes with [Score] < 100000 and [User_Hits_on_Missing_Index] < 99;
+-- 2009-05-21 Changed index scoring method; Disregards indexes with [Score] < 100000 and [User_Hits_on_Missing_Index] < 99;
 -- 2013-03-21 Changed database loop method;
 -- 2013-11-10 Added search for redundant indexes in missing indexes;