How to convert column data in unicode.

  • Hi All,

    I have a database in MSSQL Server 2008 that have 3 tables.

    There is a column in each table that contains data in Hindi’s KurtiDev Font (non-unicode),

    I want to convert that data into Unicode form.

    please suggest me any tool or process to do my task.

    Thanks in advance….

    ~S~

  • Hi,

    Check the column data types which already existed if still in 'CHAR' or 'VARCHAR' you need to change it to 'NCHAR' or 'NVARCHAR' deprnding on the storage level.

    Hope this help full..!

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply