Can anyone please tell me if it is possible to bcp in a file with hex
data into SQL Server 2000?
I have a file that the characters appear as blocks when viewed in
notepad but appear as hex values in a hex editor. I have put just one
of these characters (hex 1A) into a file and tried to bcp it in to a
table with one column that is of type binary using a format file. I
can't get it to work.
Can anyone please help?
Thank you
Tom
data into SQL Server 2000?
I have a file that the characters appear as blocks when viewed in
notepad but appear as hex values in a hex editor. I have put just one
of these characters (hex 1A) into a file and tried to bcp it in to a
table with one column that is of type binary using a format file. I
can't get it to work.
Can anyone please help?
Thank you
Tom
Comment