SQL2000 Collation Problem
From: Julie (anonymous_at_discussions.microsoft.com)
Date: 07/02/04
- Next message: Russell Fields: "Re: SQL Server Jobs - permissions for non-owners"
- Previous message: Tibor Karaszi: "Re: describe table"
- In reply to: Joe Au: "SQL2000 Collation Problem"
- Next in thread: Bart Duncan [MSFT]: "RE: SQL2000 Collation Problem"
- Reply: Bart Duncan [MSFT]: "RE: SQL2000 Collation Problem"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 2 Jul 2004 06:57:10 -0700
Use Unicode, nchar, nvarchar, ntext instead. Unicode is
language independant and will store any character you
want. The downside is it takes double the space.
Look up Unicode on BOL.
J
>-----Original Message-----
>How do I set the collation on SQL2000 so that I can store
characters from
>different countries on the same field inside a table?
>Another collation problem, I create a database with
collation
>'Chinese_Taiwan_Stroke_CI_AS' and then create a table
with collation
>'Chinese_PRC_Stroke_CI_AS'. I can only enter Traditional
Chinese but not the
>Simplified Chinese as I set on the table's collation. Why?
>Thanks a lot.
>Joe.
>
>
>.
>
- Next message: Russell Fields: "Re: SQL Server Jobs - permissions for non-owners"
- Previous message: Tibor Karaszi: "Re: describe table"
- In reply to: Joe Au: "SQL2000 Collation Problem"
- Next in thread: Bart Duncan [MSFT]: "RE: SQL2000 Collation Problem"
- Reply: Bart Duncan [MSFT]: "RE: SQL2000 Collation Problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|