SQL-Server-First-Responder-Kit
SQL-Server-First-Responder-Kit copied to clipboard
sp_BlitzCache: add schema to output
Is your feature request related to a problem? Please describe. If you have multiple plans in the cache for the same query, it can be because the different users calling it have different default schemas.
Describe the solution you'd like Add schema_name to the output. Shouldn't be near the beginning, should be closer to the end. (This will also affect table output - not sure if I want to modify the table output to include this.)
Describe alternatives you've considered Putting a warning in the text column for same query in multiple schemas.
Are you ready to build the code for the feature? Not today, but soon.