Hi,
I have an execution plan has been cached and reused numerous times -during this time it has been recompiled at the statement level. If I query the cache and return the plan output; which version of the plan do I get? Is it the latest recompilation or the first compilation etc?
Thanks.