in reply to Re^2: DBI, unicode, ms sql server
in thread DBI, unicode, ms sql server

How do you verify it inserts garbage? MS SQL Server 2008 doesn't support utf8, only utf16, so either DBD::ODBC does the conversion to/from incorrectly, or something else :D

Replies are listed 'Best First'.
Re^4: DBI, unicode, ms sql server
by zod (Scribe) on Feb 08, 2009 at 04:12 UTC
    I verify the garbage by selecting from the table in SQL Server Management Studio. I can insert utf-8 via SSMS without a problem. So it is something related to the ODBC driver through perl. I've also been able to bulk insert utf-8 text from MySQL into this SQL Server db via SSIS -- so it isn't on the sql server end of things.

    So, I'm stumped at the moment...