Re: String case problem
- From: m.bohse@xxxxxxxxxxxxxxxxxxxxx
- Date: 30 Nov 2005 01:23:11 -0800
Another workaround I used in SQL 7.0 a lot would be:
SELECT ENAME FROM EMPTABLE
WHERE CONVERT (varbinar(255),ENAME ) = CONVERT(varbinary(255),
'vishal')
Markus
.
- References:
- String case problem
- From: vishal
- Re: String case problem
- From: Jens
- String case problem
- Prev by Date: Re: Index Design Recommendation - Examine Column Uniqueness
- Next by Date: Re: Problem with spid by sp_who
- Previous by thread: Re: String case problem
- Next by thread: big log file
- Index(es):
Relevant Pages
|
|