Case sensitive queries

By Bill Graziano on 21 June 2002 | Tags: Queries


LarynX submitted "in a reply to a question asked by the reader eric about case sensitive searching in sql ->
http://www.4guysfromrolla.com/webtech/sqlguru/q022400-1.shtml

the sql guru gave him a few solutions but all had serious downfalls (as stated by the guru), in the above url is a solution from microsoft...

it works perfectly on all sql server versions but is not required on sql server 2K thanks to data collation that can be specified down to the cloumn level (also stated in the url)"

Link: Case sensitive queries


Related Articles

Using Dynamic SQL in Stored Procedures (7 March 2011)

Joining to the Next Sequential Row (2 April 2008)

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

Aggregating Correlated Sub-Queries (23 October 2007)

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)

Returning Complex Data from User-Defined Functions with CROSS APPLY (11 June 2007)

Returning a week number for any given date and starting fiscal month (2 May 2007)

Other Recent Forum Posts

Setting Min Server Memory (4d)

average duration increasing inline with exec counts (4d)

UOM parameter (10d)

maintenance job issue after upgrade to mssql 2022 (10d)

Easier/simpler way of importing an SSIS package -- help needed! (11d)

Why am I receiving an error about a column in the select list not being in an aggregate function or in the GROUP BY? (12d)

How to I insert records based on one to many relationship? (14d)

Transfer to new windows 11 computer (21d)

- Advertisement -