Do data flow through SSIS server to the destination database server?

  • We have three servers(A,B and C) .

    We have a SSIS package on the (C) to load data from (A) into (B).

    Does the source data go through Integration Service Server first (C) and then land on target database server?

    or the Integration Service simply invokes the process for the db server to load the source data directly without going through Sevrer (C)?

  • It goes through C.

    It loads data from A through the network into the memory of C, and then sends it through the network to B.

    If you use a data flow of course.

    A way to minimize network and RAM consumption is to use stored procedures instead.

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP

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

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