Recent content by KhanhH

  1. K

    SQL SERVER 2008 R2 can't support UTF-8 records.

    The solution is: just add CODEPAGE='65001' inside the with statement of the bulk insert. (65001=codepage number for UTF-8). Might not work for all unicode characters as suggested by Michael O, but at least it works perfect for latin-extended, greek and cyrillic, probably many others too...
Back
Top