Viewing post 16 (of 16 total)
The other way is to use a query like this..
select * from yourtable where yourcolumn collate sql_latin1_general_cp1_ci_as = 'columnvalue'
That will turn off case sensitivity when running the query.
August 5, 2004 at 2:12 pm
#517908