execution plan - remote query

  • i see in the execution plan tat remote query is taking 32% how can we reduce this?

    Thanks

    Ami

  • Are you querying to Linked Server tables?

  • yes they are linked servers.

  • I am afraid you can’t tune remote queries much (subject to my limited knowledge).

    Connect to second server (which you are using as Linked Server) and perform query optimization tricks. At least make sure your indexing strategy is good.

    As a side note, if you hitting Linked Server multiple times for query / stored procedure, load the data in temporary tables for the session.

  • Are you JOINING the remote tables? Please show the code you are running and attach the execution plan.

    Sorry, but you're not really giving us a lot of information to work with.

    __________________________________________________

    Against stupidity the gods themselves contend in vain. -- Friedrich Schiller
    Stop, children, what's that sound? Everybody look what's going down. -- Stephen Stills

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply