SQL 2000
Hi All,
I have a txt file to import. The first character of each line is 'NUL' - ASCII 0 00
Does anyone know how I can go about getting SQL to reconise this? The only way I have managed to do it is to physically find and replace it to another character (1), then importing it is no problem, otherwise SQL does not reconise this character and therefore does not see any of the data.
Any help will be greatly appreciated.
Michael
PS - Apologies for having posted this inthe programming forum, only saw the DTS forum now.
Hi All,
I have a txt file to import. The first character of each line is 'NUL' - ASCII 0 00
Does anyone know how I can go about getting SQL to reconise this? The only way I have managed to do it is to physically find and replace it to another character (1), then importing it is no problem, otherwise SQL does not reconise this character and therefore does not see any of the data.
Any help will be greatly appreciated.
Michael
PS - Apologies for having posted this inthe programming forum, only saw the DTS forum now.