Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sp_BlitzFirst: add parameter for which result sets to output #3255

Closed
BrentOzar opened this issue Apr 18, 2023 · 0 comments · Fixed by #3256
Closed

sp_BlitzFirst: add parameter for which result sets to output #3255

BrentOzar opened this issue Apr 18, 2023 · 0 comments · Fixed by #3256
Assignees

Comments

@BrentOzar
Copy link
Member

Is your feature request related to a problem? Please describe.
Troubleshooting a server under high concurrency, and we don't want to bother seeing output result sets that aren't relevant to the problem at hand.

Describe the solution you'd like
New parameter for OutputResultSets, nvarchar(2000), default value: BlitzWho_Start|Findings|FileStats|PerfmonStats|WaitStats|BlitzCache|BlitzWho_End

If people don't want one or more of the result sets, they comment it out. Then in the script, as each set would be run, we check that string looking for LIKE %BlitzWho_Start%' so that way we don't have to parse the string or do comma delimited stuff. No, they won't be able to reorder the output.

Are you ready to build the code for the feature?
Yes.

@BrentOzar BrentOzar added this to the 2023-05 Release milestone Apr 18, 2023
@BrentOzar BrentOzar self-assigned this Apr 18, 2023
BrentOzar added a commit that referenced this issue Apr 18, 2023
New OutputResultSets param lets you skip output sets. Closes #3255.
BrentOzar added a commit that referenced this issue Apr 18, 2023
…result_sets

#3255 BlitzFirst optional output sets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant