I have Customer table in which Name column can contain Chinese characters. I have given it's datatype as NVARCHAR. I am writing simple SELECT statement. But it is showing question marks instead of Chinese characters. What should I do to get correct data?
In Below Image, you can see that after 2nd statement, @NAME variable value automatically gets those question marks which is not returning correct answer.
