If I have a multi-table migration is it best to divide each table into it's own Data Flow Task or should I put all of the tables being migrated into the same Data Flow Task?
Also, I am using a website to call an SSIS package. I wanted to know what kind of feedback I can receive back from the SSIS call and display it on the ASPX page? I am assuming there would be an asynchronous call with some sort of progress indicator. Has anyone done this?