Connecting Tech Pros Worldwide Help | Site Map

To unicode or not?

  #1  
Old October 24th, 2008, 05:25 PM
aj
Guest
 
Posts: n/a
SQL Server 2005 64-bit 9.00.3042 SP2

I am migrating a database to SQL Server that is not unicode...

Assuming that I have no plan to store different languages (other
than English), does it make sense to change my char() -nchar()
and my varchar() -nvarchar()?

My collation is sql_latin1_general_cp1_ci_as. Is there any relationship
between the collation and unicode support? I see that I can alter
existing columns, changing from char -nchar. So I could go unicode
later, yes? Is this a good idea?

If I go unicode, am I asking for trouble from other tools/protocols that
access the database, like JDBC/ODBC? If something knows about/supports
varchar(), will it also automatically know about/support nvarchar()?

Any thoughts appreciated.

aj

Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
how find if a file is unicode or not codefragment@googlemail.com answers 4 June 27th, 2008 08:59 PM
UTF-8 to unicode or latin-1 (and yes, I read the FAQ) NoelByron@gmx.net answers 10 October 19th, 2006 05:15 PM
Convert text encoded with character referense ({) to unicode or uft-8 Daniel Köster answers 4 November 22nd, 2005 11:43 AM
Convert text encoded with character referense ({) to unicode or uft-8 Daniel Köster answers 4 July 21st, 2005 03:54 PM