View Single Post

   
  #1 (permalink)  
Old 03-01-2008, 01:42 PM
sweetpotatop@yahoo.com
 
Posts: n/a
Default Case sensitivity in SQL -- ignore

Hi,

I believe my SQL server was configured as Case sensitivity. I have a
number of stored procedures which were moved from a non-Case
sensitivity SQL server. Because of the Case sensitivity, I have to do
a lot of editing in those stored procedures. Is there a quick way to
avoid the editing?

Something like ignoring the case in one statement?

Thanks in advance, your advice will be greatly appreciated.

Reply With Quote