Why is remote scan

  • 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.

  • 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

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • 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