hot questions tagged sqlserver2005 - Stack Overflow most recent 30 from stackoverflow.com 2009-12-06T22:38:24Z http://stackoverflow.com/feeds/tag?tagnames=sqlserver2005&sort=hot http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1844202/ssis-package-failing-with-new-structure-of-flatfile 0 SSIS Package failing with New structure of Flatfile rmdussa 2009-12-04T01:01:07Z 2009-12-04T14:13:37Z <p>Hi SSIS package is just importing from txt file to sql database. when we made the package were using old file and its executing fine.the old source file got (10 columns) the new source file got 15 columns. when the source file changed its failing. [Flat File Source [1]] Error: Data conversion failed. The data conversion for column "Column 10" returned status value 4 and status text "Text was truncated or one or more characters had no match in the target code page.". Variation in the columns made a problem how to resolve this in better way? If both old and new format files need to be processed with same Package.</p> <p>Thanks</p>