Comments
1 comment
-
Hi @pamsauto
There is the possibility that SQL Server did not have the plan for us to sample. You can check by running this query on the target entity, filling in the plan handle with the one shown in the SQL Monitor UI:SELECT query_plan FROM sys.dm_exec_query_plan(planHandle)
This is also why the recommendations can't load, because the query plan is used to provide the recommendations.
Add comment
Please sign in to leave a comment.
I looked at log files and didn't see any issues, so how do I figure out what the issue is?