Questions tagged [ssis-data-flow]

Tag for questions involving the SSIS Data Flow Task

This tag is for questions about the SSIS Data Flow Task. This task

encapsulates the data flow engine that moves data between sources and destinations, and lets the user transform, clean, and modify data as it is moved. Addition of a Data Flow task to a package control flow makes it possible for the package to extract, transform, and load data.

This tag should not be used for general questions on the concept of data flows (use the tag), or for TPL Data Flow (use the tag).

16 questions
0
votes
1 answer

SSIS w/ Entity Framework

I'm taking a denormalized Access DB and moving it to a normalized table in SQL based on EF 4. Let's say I have the following in the Access DB ------------------- | NAME | FRUIT | ------------------- | John | Apple | | Jane | Apple | | Mark …
a11smiles
  • 1,190
  • 1
  • 9
  • 21
1
2