I have a data flow in BODS (SAP Data Services) where the milliseconds on a SQL Server column defined as datetime2 are dropped when I am using the Table_Comparison/Map_Operation combination.
When the target table is updated by the Map_Operation, the milliseconds from the Datetime2 column are dropped (i.e. from 11:25:17.388000000 11:25:17.000000000).
As a test, if I use a QueryTransformer to clear and populate the target table, the timestamp column is just fine.
Is there a BODS bug in handling timestamp (datetime2) columns? Is there something I am missing?
Thank you