Pedro Lopes 7 years ago
parent
commit
9e77665483
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AdaptiveIndexDefrag/OPTIONS.md

+ 1 - 1
AdaptiveIndexDefrag/OPTIONS.md

@@ -1,6 +1,6 @@
 **Available parameters for AdaptiveIndexDefrag**
 - **@Exec_Print** defaults to 1 (that is to execute the SQL code generated by this SP) or optionally 0 (just print the commands).
-- **@printCmds** defaults to 0 (do not print all commands to screen) or optionally 0 (print all commands to screen). Useful if you just want to see what commands would be executed.
+- **@printCmds** defaults to 0 (do not print all commands to screen) or optionally 1 (print all commands to screen). Useful if you just want to see what commands would be executed.
 - **@outputResults** defaults to 0 (does not output fragmentation information) or optionally 0 (output fragmentation information after run completes).
 - **@debugMode** defaults to 0 (do not display debug comments) or optionally 0 (display debug comments).
 - **@timeLimit** limits how much time can be spent performing index defrags and is expressed in minutes. Note that the time limit is checked BEFORE an index defrag begins, thus a long index defrag can exceed the time limit. Defaults to 480m (8h).