Quantcast
Viewing latest article 2
Browse Latest Browse All 7

Answer by Dave Sexton for SQL Case Sensitive String Compare

Just as another alternative you could use HASHBYTES, something like this:

SELECT * FROM a_table WHERE HASHBYTES('sha1', attribute) = HASHBYTES('sha1', 'k')

Viewing latest article 2
Browse Latest Browse All 7

Trending Articles