1
Reply

How to make password selection case sensitive in sql server without any extra coding ?

Vishal Jadav

Vishal Jadav

9y
405
0
Reply

    SELECT * FROM tblUser WHERE Password COLLATE Latin1_General_CS_AS = 'casesearch'