We're importing an Oracle 10g database into SQL Server 2008.
When using the 'SQL Server Import and Export Wizard', the Oracle fields with a datatype of 'timestamp(6)' get converted into a 'CLOB' in SQL Server.
Why doesn't it get converted into a 'date' datatype?