Programmer99
MIS
I need to import a flat file into a SQL 2005 database table. The text file has fixed lengths so I defined all these lengths and thought I was good to go. When I previewed it, I noticed the file has carriage return lines so it was messing all the formatting up. My question is how to get around this? I tried just added 2 characters to the last field but it did not work and I really just want to ignore the line feed characters. I can get the 2000 version of DTS to work but we are moving everything over to SQL 2005 and need to do it through SSIS integration. Please help.