Description:
Using the ITAM Data Importer to import Multi Language Characters (Polish, Russian, etc) within SQL Server database, the special characters are replaced by'?' or '_'
Solution:
Prepare the source file:
The values will be stored correctly in the database.
However, to see the correct values from sql server management studio, you must run a sql statement using the 'LIKE' condition.
example:
select * from ca_location where location_name like <'%MultiLanguageValue%>