Browse Source

Merge pull request #313 from kevlarmpowered/patch-1

Update README.md
Pam Lahoud 10 months ago
parent
commit
d8f6d6b134
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AdaptiveIndexDefrag/README.md

+ 1 - 1
AdaptiveIndexDefrag/README.md

@@ -11,7 +11,7 @@ Yes, but it is used as a part of a full maintenance solution that also handles d
 ## On what version of SQL can I use it?
 ## On what version of SQL can I use it?
 This procedure can be used from SQL Server 2005 SP2 onwards, because of the DMVs and DMFs involved.
 This procedure can be used from SQL Server 2005 SP2 onwards, because of the DMVs and DMFs involved.
 
 
-**NOTE:** no longer garanteed to work with SQL Server 2005. Use at your own volition.
+**NOTE:** no longer guaranteed to work with SQL Server 2005. Use at your own volition.
 
 
 ## How to deploy it?
 ## How to deploy it?
 Starting with v1.3.7, on any database context you choose to create the usp_AdaptiveIndexDefrag and its supporting objects, open the attached script, and either keep the @deploymode variable at the top to upgrade mode (preserving all historic data), or change for new deployments or overwrite old versions and objects (disregarding historic data).
 Starting with v1.3.7, on any database context you choose to create the usp_AdaptiveIndexDefrag and its supporting objects, open the attached script, and either keep the @deploymode variable at the top to upgrade mode (preserving all historic data), or change for new deployments or overwrite old versions and objects (disregarding historic data).