data change

  • 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.

  • 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.

  • 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.

    best seo companies in India

  • john10helson - Monday, June 12, 2017 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

    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