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 ...