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 |
mike13
Posting Yak Master
219 Posts |
Posted - 2010-12-30 : 19:36:45
|
Hi,Is there a way to make a general search.if some one would serach for: cárbut in the DB it is spelled: carso the SQL doesnt find it.Any idea how to solve this? |
|
nigelrivett
Master Smack Fu Yak Hacker
3385 Posts |
Posted - 2010-12-30 : 22:43:47
|
You can set the collation on the equalitywhere a = b collate .....Just have to find a collation where a = áLatin1_General_CI_AI maybe==========================================Cursors are useful if you don't know sql.SSIS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
|
|