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 |
|
cez
Starting Member
37 Posts |
Posted - 2003-08-11 : 11:08:33
|
| Hi,I have a database with SQL_Latin1 collation but I need to add a collation for greek characters (to be able to insert sygma, omega, ..).Please can you tell me how can I do this ??Thanks |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2003-08-11 : 12:36:31
|
| Have you looked at collations in SQL Server Books Online?Tara |
 |
|
|
mohdowais
Sheikh of Yak Knowledge
1456 Posts |
Posted - 2003-08-12 : 03:28:49
|
| It looks like you are using SQL Server 2000, you are in luck. You can have a different collation for each column, so you need to change the collation to one that supports Greek only for the columns that will contain Greek characters.Owais |
 |
|
|
|
|
|