|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Today @ 8:43 AM
Points: 189,
Visits: 629
|
|
Can any one tell me is it possible to enable UTF-8 for the SQL databases .If yes ,where can i see it...on sql server. we are using sql 2008
Thanks
|
|
|
|
|
Hall of Fame
       
Group: General Forum Members
Last Login: 2 days ago @ 3:48 AM
Points: 3,125,
Visits: 4,311
|
|
Please bear in mind that while SQL Server supports UCS-2 and UTF-16 in the NCHAR & NVARCHAR data types, UTF-8 is currently not supported. MS have advised they are looking at this, but no conclusive answer to date. consider converting the UTF-8 character columns to UCS-2 for inserting into SQL Server
____________________________________________ Space, the final frontier? not any more... All limits henceforth are self-imposed. “libera tute vulgaris ex”
|
|
|
|