Hello all,
I'm working on moving records from a .DAT file to a SQL Server DB. When i run my package, i get the error:The value could not be converted because of a potential loss of data."
When i see the data coming from the file, the column has 02000 which is supposed to be a numeric(5,2) after the conversion, and also that is the data type for the destination field of my table. i've tried the ignore failure but still i get the same thing.
Any ideas o how to get around this issue??
Thanks in advance!