Our DBs are universally set as having a case insensitive collation, but for one query I needed it to be case sensitive, so I added the latin1_general_CS_AS collation sequence to the table variable column and got matches when I don't think I should.
↧