MySQL Forums
Forum List  »  Microsoft SQL Server

Re: Problems with utf8 characters when migrating from SQL Expres 2008
Posted by: Rick James
Date: November 15, 2012 08:16PM

1. find out what encoding MSSql is using
2. SET character_set_client = (the code for that encoding). It is probably latin1.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.