I have a DTS package that loads a sequential file to a table. I have had the load fail when the input data contained double quotes. I can resolve the problem by changing the 'text qualifier' for the input file from double quotes to <none>.
Are there any negative implications for changing that 'text qualifier'? It seems to solve the problem nicely. Thanks