1
Reply

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

Vishal Jadav

Vishal Jadav

8y
369
0
Reply

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