SSIS merge data from many to one flat file source -
i need create flat file in following format.
records added tablea(tab)count select statement row1col1 of select statement(tab)row1col2 of select statement row2col1 of select statement(tab)row2col2 of select statement row3col1 of select statement(tab)row3col2 of select statement . . . . i have select statement ready , getting outputted flat file properly. having issues adding first line count of records entered in tablea , count of records of select statement provided.
how achieve merge? using oledb sql stored in variable option information.
thanks!
Comments
Post a Comment