HI,
I am inserting date filed into a table in data flow task.
Date filed is coming from derived colum "2012-08-01 10:00:22.877" -- Datatype is DB_DATE
but while inserting into the table the date is rounded of " 2012-08-01 10:00:23.000" -- datatype is "Datetime" in the table.
How can i insert the exact date as of derived column with no rounding.