paillave / Etl.Net

Mass processing data with a complete ETL for .net developers
https://paillave.github.io/Etl.Net/
MIT License
631 stars 89 forks source link

How can i move data between two SQL server db's #464

Closed arkum closed 1 year ago

arkum commented 1 year ago

I am trying to read data from one sql server db and insert into another. Is this supported ? wondering how can i specify a connection to the sqlserversave method? Thanks in advance.

paillave commented 1 year ago

Hello, You can have a look at this issue: https://github.com/paillave/Etl.Net/issues/399

arkum commented 1 year ago

thank you. this helped