Streaming to/from DBI SQL Server

Hello all,

I would like to know any links or experience that you have had using streaming to/from DBI for SQL Server.

I have a data-transformation I’m working on that would do field-level calculation on every row from one source and write to the other source.

Streaming is desired to reduce the memory footprint of the 250,000 row transformation.

Thanks!