Menu
  • HOME
  • TAGS

Is it possible to save a data flow task to an independent file?

ssis,dataflowtask

Yes you can do this using the "Execute Package Task" Take the relevant part of your control flow and put it into a brand new package. This will be your "child" package. Back in your original "parent" package, add the "Execute Pacakge Task" to your control flow. Configure the Execute...