Changing Database Collation setting

Answered Changing Database Collation setting

  • Tuesday, March 06, 2012 8:21 PM
     
     
    Hi,

    I currently have a server with the collation set to SQL_Latin1_General_CP1_CI_AS.

    However, some of the databases within the server are set to Latin1_General_BIN, probably because they were restored from another server some time ago.  Also, even within the databases that have Latin1_General_BIN, some of the columns are set to SQL_Latin1_General_CP1_CI_AS, very confusing to say the least.

    What i would like to do is change the database collation settings for these databases to match the server setting.  I would also like to change all of the tables within these databases to have the columns also set to the server collation settings.

    Is there a good way to go about this?  I'm looking for the steps that i would need to take to make sure i don't mess anything up as these databases have there own sets of views and sp's that run each day.

    Thanks
    Scott

All Replies