Doing a case sensitive search in a case insensitive SQL server

SELECT * FROM dbo.CaseSensitiveTestWHERE Value1 LIKE '%Test%' Collate SQL_Latin1_General_CP1_CS_AS
GO


http://www.mssqltips.com/sqlservertip/1032/case-sensitive-search-on-a-case-insensitive-sql-server/

Comments

Popular posts from this blog

COM Add-in Deployment Issues

Salesforce.com migration tool - Deploying Weblink and migrating files with special characters

Sample code to upload a file to chatter feed using REST API