Page 1 of 1

Unicode wth SQL Server help

Posted: Thu 02 Jul 2009 12:50
by brace
I'd like to change my SQLServer DB to a unicode DB. It is not clear for me how to do.

Is there a guide line to upgrade a SQL Server to Unicode?

Thanks

Posted: Fri 03 Jul 2009 10:06
by Dimon
You can set appropriate collation for all database or for needed tables when creating or altering a database/table to use unicode characters in SQL server database.