Hi,
I am getting this data and writting to a flat file.
select 'Ottawa' as city, 'ON' as [state] union select 'Orléans' as city, 'ON' as [state]Here city column is varchar(30) with fixed width.
here are settings of my flat file connection.
When I am using Code Page 65001 the characters are placing one value.
Here is the output of the file
why it is happening like this for Orleans.
Thanks for any help.