Skip to content

sp_BlitzIndex: add warning for paused resumable index operations #3609

@ReeceGoding

Description

@ReeceGoding

Is your feature request related to a problem? Please describe.
Unlike sp_Blitz, there is nothing in sp_BlitzIndex that reads sys.index_resumable_operations. This can cause problems, because a hidden resumable operation could change the results of any analysis that I'm conducting with sp_BlitzIndex.

Describe the solution you'd like
Something almost identical to the sp_Blitz output should be added to the mode 4 output of sp_BlitzIndex. A notice should also be added to the output that comes from passing in a table by name. I am unsure if said notice should be its own new table (hidden if empty) or somehow bolted on to the table that currently tells us about missing indexes.

Describe alternatives you've considered
I should look at what we currently do for online index operations. I'm not sure what DMV they're in, but there must be a good reason for whatever we're currently doing with them (even if what we're doing is nothing at all).

Are you ready to build the code for the feature?
Sure. I should have a free weekend soon.

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions