Import DB2 Timestamp into SQL 2k5 -
10-05-2005
, 03:06 PM
hi all,
I am importing a DB2 table using DB2. the problem is DB2 timestamp is 10
bytes and sql datetime is still 8 bytes. what are my options if i don't want
to loose the data? i already have thought about and ruled out varchar(26) as
my options. any other ideas?
Thanks |