We did set option plancost on
set showplan on
setfmtonly on
exec sp1
But we get only the text version of the plan but no lava tree for our queries in sp1. We see lava tree for the UDFs used in the queries although. Is there any way to get the lava tree for the queries pls?
Another question:
we have 'deferred compilation' option on. So our queries run as LWPs inside proc cache. But sp_showplan does not show plan for our spid. How to see the plan please?