I have a search query which will return multiple rows and columns. I have to create Insert query according to the columns returned from search query. How can I loop to each and every row returned and use the columns of the same row.
I want to do all the operations in data flow task. I'll have a OLE DB destination or OLE DB command to run the insert query.