My table is in SQL and contains only nvarchar columns.
The columns collation is set to Latin1_General_CI_AS
. I want to import from SSIS, using flat file connection, some data that contains german charachters like Ö, Ü, etc.
In the flat file connection manager i have set the Code page:65001 (UTF-8)
and the locale Germany, like in the attachement below and in the preview i have the data accordingly (Ex: Nürnberg).
However, when I execute the task and check the data in SQL table , it appears Nürnberg
.
Am I missing something in this process?