Basically i have a mirror server that i can access in order to get info but i can't alter info in that database, basically i can do selects. With this info i feed some temp tables that are used by partners that have their own ways of handling the data. The issue is that recently I'm getting data, names and address names with special characters (í, ç,ã,etc..) that is causing some problems.
Is there a way to get rid of these types of characters (maybe replacing them) on my end , i.e. between my selects and the inserts on temporary tables?