Skip to content

Parsing multiple missing index recommendations #1

@m60freeman

Description

@m60freeman

In newer versions of SQL Server, execution plans can provide multiple missing index recommendations. Have you found a way to update your scripts to produce accurate and complete output for such plans? I can’t figure out how to separate them -- if there are missing indexes on two tables in one plan, I end up with the columns from them combined or only get the first one (because of the “[1]” in the parameters passed to stmt_xml.value(). Any ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions