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 ...
Say we have two types of tools: hammers and wrenches. We have a list of work orders, and we want to track what tool was used for the hammering and what was used for the wrenching. The problem is that ...