How to make password selection case sensitive in sql server without any extra coding ?
Vishal Jadav
SELECT * FROM tblUser WHERE Password COLLATE Latin1_General_CS_AS = 'casesearch'