Performing case sensitive searches in SQL Server

By Bill Graziano on 21 December 2002 | Tags: SELECT


Narayana Vyas Kondreddi submitted "By default SQL Server is case insensitive, and performing a case sensitive search is not very intuitive. This article shows you how to implement case sensitive searches in SQL Server, using different techniques like conversion to binary datatype, COLLATE clause, BINARY_CHECKSUM function, computed columns etc."

Link: Performing case sensitive searches in SQL Server


Related Articles

Joining to the Next Sequential Row (2 April 2008)

Writing Outer Joins in T-SQL (11 February 2008)

How to Use GROUP BY with Distinct Aggregates and Derived tables (31 July 2007)

How to Use GROUP BY in SQL Server (30 July 2007)

SQL Server 2005: Using OVER() with Aggregate Functions (21 May 2007)

Server Side Paging using SQL Server 2005 (4 January 2007)

Using XQuery, New Large DataTypes, and More (9 May 2006)

Counting Parents and Children with Count Distinct (10 January 2006)

Other Recent Forum Posts

SQL 2022 SSMS 20 "smo does not appear to be installed on this computer" (7d)

SQL 2022 SSMS 20 "smo does not appear to be installed on this computer" (7d)

Matching test dates to first entrance date (10d)

ODBC Connection From Access To SQL Failing (11d)

select max from inner join (14d)

SELECT COUNT(DISTINCT) returns null when nothing is found instead of 0 (16d)

ROLLUP to calculate Month total for all Categories (34d)

Using SQL Databases for Digital Membership Card Software (36d)

- Advertisement -