Currently i have database (I will call: testdb) with the collation:
SQL_Latin1_General_CP1_CS_AS
My masterdb collation is:
SQL_Latin1_General_CP1_CI_AS
i.e. masterdb is case insensitive and testdb is case sensitive.
I now need to convert the masterdb collation to match the LiveDB collation - is there an easy way to do this and are there any potential pit falls?
Any help will be much appreciated
Thanks
Dan
SQL_Latin1_General_CP1_CS_AS
My masterdb collation is:
SQL_Latin1_General_CP1_CI_AS
i.e. masterdb is case insensitive and testdb is case sensitive.
I now need to convert the masterdb collation to match the LiveDB collation - is there an easy way to do this and are there any potential pit falls?
Any help will be much appreciated
Thanks
Dan