We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ee6ef commit bed339bCopy full SHA for bed339b
README.md
@@ -66,7 +66,7 @@ Think of this script as an **evidence pack generator**. A strong LLM can then re
66
67
```sql
68
:SETVAR TargetDB "YourDatabaseName"
69
- :SETVAR OutputDir "C:\Temp\DatabaseTuner\" -- directory must already exist
+ :SETVAR OutputDir "C:\Temp\DatabaseTuner\" -- directory must already exist
70
:SETVAR ExportSchema "0" -- 0 or 1
71
:SETVAR SafeMode "1" -- 0 or 1 (public script defaults to 1)
72
```
0 commit comments