December 16, 2011 at 4:37 am
Hi. how can i change my database's colllation to utf-8. i couldn't find a definiton for utf on defined languages.
Thanks.
December 16, 2011 at 5:00 am
check esspecially the first and second comment on the blog
December 16, 2011 at 6:36 am
Collation describes the following: Sort order for both unicode and non-unicode characters, codepage used for non-unicode data. As such, UTF-8 as collation makes no sense, as UTF-8 does not give any rules about how data should be compared (and sorted). SQL Server support unicode (UTF-16) by storing data in nchar, nvarchar or nvarchar(max) fields. UTF-8 is not supported in SQL Server.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply