Sql-docs: Documentation for dm_db_missing_index_group_stats_query

Created on 4 Jan 2021  路  6Comments  路  Source: MicrosoftDocs/sql-docs

This DMV is available in SQL Server 2019, but has no supporting documentation. Can someone please add it?

Thanks,
Erik

Pri3 assigned-to-author doc-bug sqprod

All 6 comments

@erikdarlingdata -- Erik, thank you for your feedback. Please provide a link to the article where this new information should go.

@WilliamAntonRohm shouldn't it get a new page along with other DMVs that describe missing index requests?

@erikdarlingdata -- Erik, thank you for clarifying.

@markingmyname -- Mark, please look into this issue.

@ericadarlingdata

Is this the documentation you are requesting?

Please let me know.

Thank you.

@markingmyname no, I'm looking for dm_db_missing_index_group_stats_query. which is a DMV introduced in SQL Server 2019.

SELECT 
    @@VERSION AS version,
    migsq.*
FROM sys.dm_db_missing_index_group_stats_query AS migsq;

image

@markingmyname just checking in -- are you clear on which DMV I'm looking for? It's been a few weeks since anyone responded or updated. Thanks.

Was this page helpful?
0 / 5 - 0 ratings