mrdenny
46765 pts. | Feb 27 2009 7:11PM GMT
I would assume this has something to do with how the money datatype is displayed on the Sybase system by default. According to what I just read on Sybases Website it is displayed with only two digits after the decimal by default (four are stored). DTS may be doing something funky with this. Try putting the value into a table with the numeric(18,4) datatype instead and see how that works.
I would also be interested in knowning what data types DTS uses when it creates the table automatically.






