June 8, 2017 at 12:55 pm
i have a database which doesnt store any unicode data right now, application is changing to work in multilingual and accepts special characters.
instead of changing each datatype to nvarchar for each column , is there a way to change collation setting that would accept special characters and multi language.
June 8, 2017 at 4:23 pm
You can change the default collation and that will be used for future objects, but you must change the data type of each column that needs to store Unicode characters.
June 12, 2017 at 11:25 pm
I am also facing the same issue which mxy facing and I tried implemented the suggestion given by SSC Guru of changing the data type of each column that needs to store a unicode characters. But it has not worked in my case. Please help.
June 13, 2017 at 9:40 am
john10helson - Monday, June 12, 2017 11:25 PMI am also facing the same issue which mxy facing and I tried implemented the suggestion given by SSC Guru of changing the data type of each column that needs to store a unicode characters. But it has not worked in my case. Please help
First, please start a new thread unless you have the same issue. If you have the same issue, then what hasn't worked? What did you do? Provide details and code that explains things.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply