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 |
Viral_Patel_Mishal
Starting Member
1 Post |
Posted - 2013-08-08 : 01:11:51
|
Hello,We are using SQL server 2008 R2..For SSRS report execution.We are exporting report to .csv/.xls form SQL dataset...we are getting the error,'Unable To Traslate Unicode Character' while execution of Report, and we identified its because one wired character like QuestionMark in Triangle..So is there any way we can handle this error in SSRS and allow all kind of characters in Report Export? |
|
MuMu88
Aged Yak Warrior
549 Posts |
Posted - 2013-08-08 : 14:43:32
|
Make sure that the data type is NVARCHAR() where you want Unicode character support. |
|
|
|
|
|