Couple of SSIS questions

  • 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?

  • AS long as there is no dependencies between those tables, you can use same Data Flow Task and apply Parallel Transformation.

    But if the tables are dependent, we should avoid this practice.

    I am sorry for your next question as I am not much aware about ASP.NET

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply