![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
We recently upgraded our database from SQL7 to SQL 2000. SQL 2000 automatically set its collation order to SQL_Latin1_General_CP1_CI_AS, which was not helpful at all because Korean characters that are suppose to be displayed are displayed as special characters. We tried to change the collation order to Korean_Wansung_CI_AS through the ALTER DATABASE command. This did not solve the problem as the collation order of all the tables still remains SQL_Latin1_General_CP1_CI_AS inspite of the change. My question is, would there be a better and effecient way to use the collation order of the database for all the tables without changing the collation order (of the tables) one by one? Thanks in advance. |
#2
| |||
| |||
|
#3
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |