Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
krissyM
Starting Member
5 Posts |
Posted - 2009-09-02 : 03:26:57
|
| How do I use SOUNDEX? I have a varchar variable @name in which I would like 'u' to interpreded as 'u' or 'ü'.Do i use SOUNDEX in the stored procedure ? or in the code behind. (This is a search form).Thanks,Kris |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-09-02 : 05:18:18
|
| http://doc.ddart.net/mssql/sql70/setu-sus_8.htm |
 |
|
|
|
|
|