DB Collation change Impact

  • Hi All,

    Our SQL Server 2008 r2 has collation Latin general.

    And my database 'DB1' , 'DB2' has collation set to Japanese unicode.

    My sql team has informed they cannot change system collation as it hosts other db's as well.

    My Query: What will be the impact of changing collation from JP to Latin. Any pointers will help.

  • You can change the collation at the DB Level but, If I'm not mistaken, it will not change your data.

    the columns will stay in the old collation.

    you will need to change the collation of each column.

    not sure if you have to transfer the data to new columns with the new collation.

    this link will help you understand...

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

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