February 3, 2009 at 2:24 am
as topic
February 4, 2009 at 1:37 am
It supports unicode by default, no updates needed.
If you have an existing database, you have to alter it to use nvarchar instead of varchar.
February 4, 2009 at 2:02 am
thanks.
Now,DB existing the char,varchar or text,i want to change these to nchar,nvarchar,nvarchar(max) automatic.
however,the sp ,fn too.
And what will be affected in this change is my consideration.
November 24, 2009 at 8:05 am
Im actually in this situation right now. My boss want me to be sure if our DB can support unicode.
Anyone knows any link or tell your experience about this matter?
My database is on SQL 2005 Standard Edition.
Advice will be appreciated!
November 24, 2009 at 3:26 pm
Ok people.. this is a great link
http://msdn.microsoft.com/en-us/library/bb330962(SQL.90).aspx#intlftrql2005_topic2
more info:
http://www.codeproject.com/KB/aspnet/Encoding_in_ASPNET.aspx
http://msdn.microsoft.com/en-us/library/ms187508(SQL.90).aspx
http://msdn.microsoft.com/en-us/library/bb330962(SQL.90).aspx#intlftrql2005_topic14
http://msdn.microsoft.com/en-us/library/ms143508.aspx
hope it helps you as well
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply