Connecting Tech Pros Worldwide Forums | Help | Site Map

MS SQL in Case Sensitive

Newbie
 
Join Date: Nov 2008
Posts: 1
#1: Nov 6 '08
can anyone help me how can i install in MS SQL 2005 as Case-Sensitive
code green's Avatar
Expert
 
Join Date: Mar 2007
Location: England
Posts: 1,078
#2: Nov 6 '08

re: MS SQL in Case Sensitive


Case sensititvity is defined by COLLATION.
use COLLATE in queries to cast the strings
ck9663's Avatar
Expert
 
Join Date: Jun 2007
Posts: 1,925
#3: Nov 6 '08

re: MS SQL in Case Sensitive


Maybe it's the same way as SQL 2000.

Try this


-- CK
Reply