April 10, 2014 at 4:04 am
I run the following statement in my local machine:
select top 10 * from sys.dm_os_performance_counters;
and I find the execute plan is Remote Scan. I am confused about this. Could anyone tell me why?
Thank you in advance.
April 10, 2014 at 4:09 am
It's just how many of the DMVs are implemented, using a mechanism kinda like a linked server. Don't worry about it.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 10, 2014 at 4:17 am
THANK YOU, Gail.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply