You can join mentoring & discussions for Free Ask Question, Give Answer, Discuss IT Problems, Learn, and Grow
how can i do a case sensitive filter in my query?
you can you the collate option to use the case sensative collation. so an example would be, WHERE column COLLATE latin_general_cp1_CS_AS = Value
you can you the collate option to use the case sensative collation. so an example would be, WHERE column COLLATE latin_general_cp1_CS_AS = Value