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 |
KhD
Starting Member
6 Posts |
Posted - 2011-10-03 : 22:11:13
|
Hi,I need to move double-byte data(multi-language) from Memo field in Access database to nvarchar(max) field in SQL Server 2005 database.I wrote a routine for this using C# in Visual Studio. If I directly transfer the data, all I see in SQL Server is "???????" when there are non-English characters.How can I transfer the data so that I see actual characters and not ???. Do I need to convert the encoding?Thanks! |
|
|
|
|