String Comparision with Case sensitive In SQL Server
It is very simple, by using COLLATE you can compare the string with case
Example :
Example :
Select * from TableName Where ColumnaName COLLATE SQL_Latin1_General_Cp1_CS_AS='ValuetobeSearch'
0 comments: