secure SSIS Connection

  • I am working on a SSIS ETL project where I need to transfer data between two different networks-one has its own DMZ. So the data will travel through internet. Both servers are encrypted and secure. I have two concerns here:

    How do I establish/configure a connection between these two servers that are completely in different networks?

    Also the data in flight needs to be encrypted or in other words need to have encrypted or the connection between the two servers need to be connected- how do I accomplish that?

    Thanks.

  • Hi Peacesells

    To avoid network problems SSIS extracts data to flat files on first server and put on sftp, then next server transfer and

    load to DB. Imho it's not the fastest method but very stable.

    Br.

    Mike

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

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