Hi all,
I have created an SSIS package in which there is a task which we transfer data from oledb source to oledb destination.(2 different tables).
The column 1 in source table is of type decimal(11,3). But when I run this task the corresponding column in destination table is getting rounded off. i.e. value 0.25 is stored as 0, 1.5 is stored as 1 etc.
Please tell me to prevent rounding off here.
Thanks in advance.