I have an SSIS package that takes data from a table on Server A and dumps it into an identical table on Server B.  I am running the SSIS package from a command line. Does it matter where I run the job from? What I am trying to understand is whether if I run the job from my desktop:a) The package figures out that data goes from Server A to Server B and sends it directly bypassing my desktop OR,------------         ------------|          |Data flow|          || Server A |========>| Server B ||          |         |          |-----------          -----------
b) The data gets to Server B via my desktop computer.------------         ------------|          |         |          || Server A |         | Server B ||          |         |          |-----------          -----------    ||                    ^^    ||                    ||    ||                    ||    ||                    ||    ||    ------------    ||    ||    |           |   ||    \\===>| My Desktop|===//          |           |          ------------