
Hi experts,
Is it possible to export execution plan for a particular query from LCS environment monitoring?
Thanks,
Hi Yuji,
1. Put part of your query in Query SQL text, for example: "from custtable", it would return queries related to this, you find the matching one, then you could get the query id.
2. Put the query id to get all the related query plans in last x hours, you could get plan id for each query plan.
3. Put the plan id, it would return the query plan and you could export it: