I have a .net webforms front end that allows admin users to upload two .xls files for offline processing. As these files will be used for validation (and aggregation) I store these in an image field in a table.
My ultimate goal is to create a SSIS package that will process these files offline. Does anyone know how to use SSIS to read a blob from a table into it's native (in this case .xls) format for use in a Data Flow task?