Sara,
Unicode or non-unicode is dependant on the datatype you choose.SQL-92 uses
the prefix character n to identify these data types and values.Thus
nchar,nvarchar and ntext support unicode data.
--
Dinesh.
SQL Server FAQ at
http://www.tkdinesh.com
"sara" <sloganathan (AT) corio (DOT) com> wrote
Quote:
How do I determine if sql 2K installed with the
Latin1_general_bin collation is unicode or nonunicode. I
tried SP_HELPSORT the result was not useful to find wether
the collation is a UNICODE or NON-UNICODE. Any help is
appreciated. |