MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.26k stars 21.43k forks source link

Queries leading to a performance recommendation #117101

Closed dualdeva closed 10 months ago

dualdeva commented 11 months ago

Hello, is there a way to display the main queries that led to a certaind “Create Index” performance recommendation? I have such a suggestion with the new composite index having two fields in switched places so there must be a heavily used query with a bad formed Where clause. Thank you


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

Naveenommi-MSFT commented 11 months ago

@dualdeva Thanks for your feedback! We will investigate and update as appropriate.

shaktisingh-msft commented 11 months ago

Hi @NikaKinska,

Could you please look into this, thanks.

WilliamDAssafMSFT commented 10 months ago

reassign:WilliamDAssafMSFT

WilliamDAssafMSFT commented 10 months ago

Hi @dualdeva, As with the missing index recommendations in SQL Server, the source queries (which may be numerous) that generated the index recommendation and the eventual CREATE INDEX statement are not visible.

please-close