SQL Case Sensitive String Compare

Select * from a_table where attribute="k" COLLATE Latin1_General_CS_AS 

Did the trick.

Leave a Comment