We are extracting data from tables in DB2 database...some of the columns in DB2 tables has SYSIBM.TIMESTAMP (Sample values:2005-10-12 13:45:50.7155360).
We need to extract the same value without any truncation of value into SQL Server 2008 using SSIS..
Please help me to select the related datatype...
more over i may have to do datetime diff or comparsion between the values
like
(2005-10-12 13:45:50.7155360) vs (2006-11-12 13:45:50.7155360)
Please help me with that
ilikemicrosoft