dbTalk Databases Forums  

how do I determine if sql 2K installed with the Latin1_general_bin collation is

microsoft.public.sqlserver.setup microsoft.public.sqlserver.setup


Discuss how do I determine if sql 2K installed with the Latin1_general_bin collation is in the microsoft.public.sqlserver.setup forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
sara
 
Posts: n/a

Default how do I determine if sql 2K installed with the Latin1_general_bin collation is - 07-15-2003 , 01:19 PM






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.

Reply With Quote
  #2  
Old   
Dinesh.T.K
 
Posts: n/a

Default Re: how do I determine if sql 2K installed with the Latin1_general_bin collation is - 07-15-2003 , 03:43 PM






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.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.