Hi, I have a weird problem with the Flat File Source on SQL Server 2012:
I first created a package under SQL Server 2008 that loads data from a csv-File directly (no other transforms) into a table. That ran and still running fine under SQL Server 2008.
Meanwhile the customer bought another server with SQL Server 2012 Standard Edition. I migrated the databases etc. to new server and I upgraded the 2008 packages to 2012 with the Visual Studio Upgrade Wizard. Everything is working fine after the upgrade but not the package I mentioned.
It starts and then load exactly 57480 rows of XXXXXXX rows, after that it just keep on running but norhings happens. I waited for more than 10 minutes...no more rows and it running and runnning and running.... I deleted about 30K rows from the beginning, executes again and I had the same issue. Created Flat File source again...still the same.
Any idea what I have missed?