We are seeing a Sql job / DTS package fail because it is fed non-numeric character data into an int conversion routine.
The data looks like with very high probability that it comes from another column in our tables, where its non-numeric format is appropriate.
This has occurred more than once.
Has anyone heard of a Sql job / DTS package "losing its way" and accessing data from the wrong column?
I would consider this a rare possibility, but we are using a SSMS 2008 R2 system for DTS packages (which even in that system are considered out-of-date) and I suppose anything is possible....