Skip to content

Commit

Permalink
Merge pull request BrentOzarULTD#3351 from Montro1981/dev
Browse files Browse the repository at this point in the history
BrentOzarULTD#3348 added explanation for @debug in help
  • Loading branch information
BrentOzar authored Sep 25, 2023
2 parents 6bd72c9 + a733eb4 commit 5e7f4f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ Advanced tips:

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:

* @Debug default 0. When 1, we print out messages of what we're doing. When 2, we print the dynamic queries as well

[*Back to top*](#header1)

#### Writing sp_Blitz Output to a Table
Expand Down
1 change: 1 addition & 0 deletions sp_Blitz.sql
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ AS
@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
@IgnorePrioritiesBelow 50=ignore priorities below 50
@IgnorePrioritiesAbove 50=ignore priorities above 50
@Debug 0=silent (Default) | 1=messages per step | 2=outputs dynamic queries
For the rest of the parameters, see https://www.BrentOzar.com/blitz/documentation for details.
MIT License
Expand Down

0 comments on commit 5e7f4f2

Please sign in to comment.