However, there are times when you need it.
http://www.mssqltips.com/tip.asp?tip=1032
SELECT *
FROM dbo.CaseSensitiveTest
WHERE Value1 LIKE '%Test%' Collate SQL_Latin1_General_CP1_CI_AS
GO
That will give you only the values that are capitalized like "Test" is.
No comments:
Post a Comment