Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
fj40wdh
Contributor III
Contributor III

character substitution


Need help removing non-unicode characters.
Moving data from Oracle to Sql Server, AL32UTF8 to IS01.

I have character substitution in place.

u+a3 -> u+0

(I have all characters substituted except ASCII 32 to ASCII 126)

If I run this query

update table
set field = chr(163):

The data is replicated as a question mark.

If I run this query

update table
set field = nchr(163);

The data is replicated with the character substituted as expected.

Current data is non-unicode, how to I remove non-unicode characters?

Labels (1)
3 Replies
fj40wdh
Contributor III
Contributor III
Author

Yes, read all of those. Only one really applies to my problem, and the solution is "create a support ticket"

Steve_Nguyen
Support
Support

@fj40wdh , then open a support ticket, do you need any other information on this post?

Help users find answers! Don't forget to mark a solution that worked for you! If already marked, give it a thumbs up!