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 |
|
fmardani
Constraint Violating Yak Guru
433 Posts |
Posted - 2005-09-09 : 10:33:45
|
| I have read about collation in table fields but still do not understand it.It seems that it is to do with handling of the data in different languages...? and sorting...I know that the tables created in Germany have the collate of German and other have latin...What are all these please?Thanks |
|
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2005-09-09 : 10:39:49
|
collation are there so that sql server can properly wotk with different language specific characters.for example:in latin the list is sorted like this:Osterich abcÖsterich abcOsterich bceÖsterich bceand in german it's like this:Osterich abcOsterich bceÖsterich abcÖsterich bcewhat else don't you understand?Go with the flow & have fun! Else fight the flow |
 |
|
|
|
|
|