Daily Shaarli

All links of one day in a single page.

August 27, 2021

Reusing a Recordset in an SSIS Object Variable - Tim Mitchell

This design has the advantage of making my code simpler, and avoiding the record pointer reset required when using the recordset object. In fact, using a datatable object is so much easier than dealing with the legacy ADO recordset, you may want to use this method for handling in-memory data sets even if you don’t need to process the result set multiple times.

Using the SSIS Object Variable as a Data Flow Source - Tim Mitchell

I’m going to spend time in my next post going over the last bullet in that list, to demonstrate how this method behaves with multiple result sets from a single query.

Using the SSIS Object Variable as a Result Set Enumerator - Tim Mitchell

A For Each Loop container to loop through the list stored in this variable