Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Asian characters when moving from Varchar to Nvarchar

$
0
0
Hi, I have a table which has some columns in Varchar format. When I transfer the data from the table (using sql migration wizard) to another table which has the same columns in Nvarchar... the data in the columns turns into something like this - '敎⁷潙歲䤠汳'. Now when I try changing those nvarchar columns back into varchar again...I get question marks in some of the fields. Does anyone know how I can fix this and make the data in the Nvarchar table to display latin characters?

Viewing all articles
Browse latest Browse all 3145

Trending Articles