View Single Post
  #5 (permalink)  
Old 13-10-2007, 14:48
stukelly stukelly is offline
Member
 
Join Date: Jul 2007
Posts: 44
Default

Quote:
Originally Posted by DavidAllen View Post
Out of interest - why would you want it case insensitive in the first place?
A programming colleague was just being lazy. He used SQL Server queries like this
Code:
select * from PRODUCTS;
select * from proudcts;
Which would never have worked.

Anyway he sorted it now he is using upper-case throughout.

Cheers Stu

Last edited by stukelly; 15-10-2007 at 12:26.
Reply With Quote