I need to change the collation for a database from case senstitive to case insensitive. It lists a bunch of constraints. Now I'm assuming I can drop all the constraints, change collation, and then add ...
I am trying to write a select statement that joins two tables from different databases on my SQL server. The issue is that the two databases are different collation types.