Skip to content
Discussion options

You must be logged in to vote

Is there maybe an older version of sp_Blitz on the other instances? The custom collection requires the data to be returned in the same format on each instance. The data is passed in as a table valued parameter - if the collection returns 9 columns on some instances and 8 on others that will be a problem.

sp_Blitz should return:

Priority
FindingsGroup
Finding
DatabaseName
URL
Details
QueryPlan
QueryPlanFiltered
CheckID

Run it manually and check which column is missing.

Note: DBA Dash has the ability to run sp_Blitz on demand via the messaging feature without a custom collection. You might still prefer to use a custom collection to report the data across all instances.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@staspinar
Comment options

@DavidWiseman
Comment options

Answer selected by staspinar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants