Query for returning query plans from sql plan cache that contain 1 or more warnings? [closed]

dba.stackexchange https://dba.stackexchange.com/questions/282577

Вопрос

Is there a query I can run to return query plans from sql plan cache that contain 1 or more warnings?

Это было полезно?

Решение

RedGate has a great article Checking the Plan Cache Warnings for a SQL Server Database on how to query the plan cache to find plans with warnings.

Ultimately the warnings will be stored in the XML query_plan column of sys.dm_exec_query_plan DMV.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с dba.stackexchange
scroll top