Hi,
I tried running
set showplan xml on
set noexec on
select * from openquery(linkedserver,'select query')
it jus returned xml with only remote scan and also in the form of block diagram.
But when I ran the above steps with query from my local server it gave detailed xml with index/table scan.
Is it possible to get detailed query plan for linked server query?If so, how can it be done?
Thanks,
Preetha