Friday, February 10, 2012

Bulkinsert special character

try to declare the column as nvarchar and check. Untested.Sorry. Ignore my previous post
try tho use this option in your bulk insert
CODEPAGE = 'RAW'
and if that doesn't work
CODEPAGE = 'ACP'
Haven't tried these options. Let me know which one works.
"Omnibuzz" wrote:

> try to declare the column as nvarchar and check. Untested.

No comments:

Post a Comment