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 51e6957 commit 27ee6efCopy full SHA for 27ee6ef
README.md
@@ -66,9 +66,9 @@ 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 (this script defaults to 1)
+ :SETVAR SafeMode "1" -- 0 or 1 (public script defaults to 1)
72
```
73
74
5. Press **F5** to run the script.
0 commit comments