Click here to Skip to main content
15,891,657 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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.
Posted
Updated 10-Oct-12 16:43pm
v2

1 solution

I used Advance editor of the oledb destination and changes the output parameter type.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900