How to connect ExecuteSQLTask with data flow task

  • Hi, there;

    I am doing my first SSIS project that moves data from dbf file to SQL2005.

    What I did here is that I created a dataflow task (move data)with ASP.NET successfully (Very happy!). Now I want to create an ExecuteSQLTask that runs before data flow runs. This ExecuteSQLTask is used used to create a table if there is no destination table in the SQL2005.

    This can be done easily in SSIS design mode, just need to connect those two box with a green line: )

    I had a look example from MS website, but I didn't find a code example to connect this two task.

    Does anybody know how to resolve this or have any link with sample code?

  • Hi,

    You can't single-click on the ExecuteSql task and then drag the green line to the Data Flow task?

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

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