How to query Sql server getting strings as windows1252 charset instead of the table/connection default utf8?
Asked
Active
Viewed 198 times
0
-
The database is in `windows1252` but you want to get the data in `utf8`? - Am I getting the question right? – hashbrown Jan 16 '14 at 08:07
-
The opposite, I generally use this db for web-application that uses utf8 chars, now I want a win1252 chars for a particular data export. – Tobia Jan 16 '14 at 08:16