|
Posted by Erland Sommarskog on 03/30/06 00:12
Wael (sedky@rocketmail.com) writes:
> For question number 1, the error is pasted below.
> For the second one I am not sure. The original text is a plain text
> file.
If you the open file in Notepad, does it look good then? If it does,
it is not an OEM file. If the French characters are replaced with
other single characters, it could be CP863.
If the file looks bad in Notepad, does it look good when you type it
from a command-line window.
I'm a little surprised of the message you got with -C RAW. I was under
the impression that this would suppress all code-page conversion.
Anyway, if the file looks good in Notepad, use -C ACP or -C 1252.
If it looks goot in the command-line window, try -C 850. I don't know
about CP 863, but I would expected to be a version of CP 850.
--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
Navigation:
[Reply to this message]
|