Hello all.
Came across a random issue recently and can't quite understand why it's happening and more importantly how to remove this issue!
I load data from text files (csv) and one of the fields has a value in that is stored in the CSV as Kg/m² but when the script runs it changes the value to Kg/m¦
If I run the ETL as a data flow task, it imports correctly, but if I run the insert via some custom code (which does lots of other stuff, but basically does an insert) it comes out different.
Anyone any ideas?