eireanacht
Programmer
I am trying to create a DTS that will import a text file of "fixed width" The file I'm importing has multiple columns, and at the end of file, the last column, there is often, but not always, a lack of data. SQL Server does not seem to recognize the end of row when set to fixed width. It recognizes the end of row when data is present, but not when data is absent. I have imported the same file using MS Access and it works fine. I can't believe SQL Server DTS can not recognize the end of a row. Can anyone help or provide some suggestions I can try?