Hello,
Does anyone know if it's possible to create a row in an SSIS Data Flow? My original thought was just to create an OLE DB Source with a query like "SELECT 1 As RowNum" but connecting to a database just to create a fake row doesn't feel like good design. Ultimately I want to use this row to attach to a Derived Column transformation in order to append ssis variables as columns to this one row.
I realize this can probably be done more elegantly with a Script Component, but that is a last resort as I am the only one on my team who knows .Net...and I don't want to be the only one supporting this package 🙂