I have a data in MS Access which I want to migrate into MS SQL. Data stored is in foreign language not in english. I can read data in Access as I have stored regarding font in C:\Windows\Fonts.
I have migrated Access database into MSSQL by in built functionality of MS SQL, but I can not read(data stored in wierd character) this data directly in MS SQL and in .Net web application also.
Can any one suggest me please?
UNICODEfunction to inspect the first character of the data in the field. It's possible the data uploaded correctly but none of your clients can display it.UNICODEwill tell you if the character in the field is indeed the correct unicode character.