Skip to content

Commit 5e7f4f2

Browse files
authored
Merge pull request #3351 from Montro1981/dev
#3348 added explanation for @debug in help
2 parents 6bd72c9 + a733eb4 commit 5e7f4f2

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ Advanced tips:
100100

101101
In addition to the [parameters common to many of the stored procedures](#parameters-common-to-many-of-the-stored-procedures), here are the ones specific to sp_Blitz:
102102

103+
* @Debug default 0. When 1, we print out messages of what we're doing. When 2, we print the dynamic queries as well
104+
103105
[*Back to top*](#header1)
104106

105107
#### Writing sp_Blitz Output to a Table

sp_Blitz.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ AS
8585
@OutputType ''TABLE''=table | ''COUNT''=row with number found | ''MARKDOWN''=bulleted list (including server info, excluding security findings) | ''SCHEMA''=version and field list | ''XML'' =table output as XML | ''NONE'' = none
8686
@IgnorePrioritiesBelow 50=ignore priorities below 50
8787
@IgnorePrioritiesAbove 50=ignore priorities above 50
88+
@Debug 0=silent (Default) | 1=messages per step | 2=outputs dynamic queries
8889
For the rest of the parameters, see https://www.BrentOzar.com/blitz/documentation for details.
8990
9091
MIT License

0 commit comments

Comments
 (0)