I need to change column datatypes in a database table from varchar
to nvarchar
in order to support Chinese characters (currently, the varchar
fields that have these characters are only showing question marks).
I know how to change the values, but I want to see if it's safe to do so. Is there anything to look out for before I do the changing? Thanks!