Simple Data Flow not extracting all records in table

45 views Asked by At

I am working in Visual Studio 2010 on SQL 2012. (We are in the process of moving to 2019 but it is not live yet.) A couple of weeks ago I built a simple package that uses a data flow to extract rows from a table to a flat file. Nothing special about it, straight mapping, all columns. I ran it yesterday and it produced a file with only 3/4 of the rows.

I ran the deployed version, the development package and the task itself. All producing a file with only 3/4 of the rows. I also tried a new flat file, got the same result.

Sorry, I meant to add that I rebuilt the data flow task and flat file and it is working fine now.

Curious if anyone else has seen this issue?

Thanks

Maggie

0

There are 0 answers