I'm trying to setup a sqlserver 2005 that will be accessed using C++ and ODBC (the data read will be sent in XML files). So, I want to read data from the database (preferably utf-8), compose a XML file and send it.
I have been browsing around and i haven't found a way to setup the database and the tables for using utf-8 (as in MySQL). I have read that internally sqlserver uses UCS-2
Is it possible to setup a sqlserver 2005 database (or a table or a field) for using utf-8?
if not, which is the recommended way to do that?
Thank you in advance