Viewing post 16 (of 17 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.
_______________Convert DTS to SSIS | Database Documentation | SSIS Performance | SSIS Monitoring
August 5, 2004 at 2:12 pm
#517908