Hi,
I have one data flow task that reads data from table and generate a csv file. Now I have one timestamp column that holds datetime value. AT destination under derived column I have used dt_dbtimestamp for that field.
When table contains a value for which millisecond is not zero e.g. 2015-07-16 12:25:27.010 then in CSV it generates 2015-07-16 12:25:27.010000000 which is correct as per my requirement. But, when the value in table is 2015-07-16 12:25:27.000 then output in csv becomes 2015-07-16 12:25:27 which is issue for me. I want the output as 2015-07-16 12:25:27.000000000
Please help on this
Thanks,
Biswanath