소스 검색

Merge pull request #205 from nnpcYvIVl/patch-1

Update README.md
Pedro Lopes 5 년 전
부모
커밋
35530045ec
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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?
 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 volution.
+**NOTE:** no longer garanteed to work with SQL Server 2005. Use at your own volition.
 
 ## 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).