Hi !
I have a execute SQL Task and i am running one query and it gets data of 200-500 rows of data and i am assigning to a variable for the ResultSet..and i and building my package by taking the reference of "http://www.sqlservercentral.com/Forums/Attachment2144.aspx" . I was using for each loop for the Resultset rows of data and inserting it into my destination table.The package is working fine but its taking more time to insert data in to the destination by picking up row by row from the resultset.so is there any way that i can transfer the data directly to a destination table from Result set
Thanks in advance ...