Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
chava_sree
Yak Posting Veteran
56 Posts |
Posted - 2008-08-28 : 14:20:43
|
| Hi all,Iam trying to insert the below text in a Nvarchar column, and Varchar column and see no difference in both columns while displaying('bachelor’s degree from Babson College and a master’s degree')i've an xml file which am trying to save in a varchar column/Nvarchar column but i see text inserted as "?" for ’ these kind of characters and unable to display data properly.. any idea.. what to do with the columns. or do i need to do any special settings to table in order to accept these unicode characters.-- |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2008-08-28 : 14:25:30
|
| Where are you viewing the data? I don't believe Management Studio will display these characters correctly, but an application that can support this will.Tara KizerMicrosoft MVP for Windows Server System - SQL Serverhttp://weblogs.sqlteam.com/tarad/Subscribe to my blog |
 |
|
|
|
|
|