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 |
|
evanburen
Posting Yak Master
167 Posts |
Posted - 2007-05-10 : 09:55:20
|
| I have a question about sql server 2000 collations I’ve set up a script to search for a certain range of characters but I’m getting some odd results. Most notably the fact “ae” (as in Michael) is being found as char(198). Char(198) is Æ in the ISO-8859-1 character set. I’m pretty sure this is the character set I’m running:Server Colation: SQL_Latin1_General_CP1__CI_ASAny ideas? I’m not terribly well versed in the collations and character sets but I’ve a feeling I’m about to become very well versed in it over the next few days. |
|
|
|
|
|