Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdarlingdata authored Jan 23, 2024
1 parent 29f06a8 commit 72fb4af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@ Current valid parameter details:
| @format_output | bit | returns numbers formatted with commas | 0 or 1 | 1 |
| @get_all_databases | bit | looks for query store enabled databases and returns combined results from all of them | 0 or 1 | 0 |
| @workdays | bit | use this to filter out weekends and after-hours queries | 0 or 1 | 0 |
| @work_start | varchar | use this to set a specific start of your work days | a "time" like 8am, 9am or something | 9am |
| @work_end | varchar | use this to set a specific end of your work days | a "time" like 5pm, 6pm or something | 5pm |
| @work_start | time | use this to set a specific start of your work days | a "time" like 8am, 9am or something | 9am |
| @work_end | time | use this to set a specific end of your work days | a "time" like 5pm, 6pm or something | 5pm |
| @help | bit | how you got here | 0 or 1 | 0 |
| @debug | bit | prints dynamic sql, statement length, parameter and variable values, and raw temp table contents | 0 or 1 | 0 |
| @troubleshoot_performance | bit | set statistics xml on for queries against views | 0 or 1 | 0 |
Expand Down Expand Up @@ -348,4 +348,4 @@ Current valid parameter details:

[*Back to top*](#navigatory)

[licence badge]:https://img.shields.io/badge/license-MIT-blue.svg
[licence badge]:https://img.shields.io/badge/license-MIT-blue.svg

0 comments on commit 72fb4af

Please sign in to comment.