Hi experts, I need to automate this:
-import excel file. 6 columns.
-in sql, do a join using the Id of the previous excel and populated a 7<sup>th</sup> column.
-Export the 7 columns to an excel.
My question is: should I create a table to hold this? or let SSIS import it to a temp table and work there?