SSIS is dropping a record on flat file source import
问题 am experiencing a very strange issue in SSIS (2008). Basic workflow is as follows.. Using a flatfile source (CSV), bring into SSIS, push into SQL. When process is run on dev environment, everything works perfectly. When the dtsx package is placed in production.. using the exact same flat file source, the last record in the file is dropped by the time it gets to the start of the SQL proc. Have gone over everything i can possibly think of including line delimiters, column delimeters, rebuilding