Hi <o:p></o:p>
I have table in Oracle having as shown in below and every column having string data type but data is in different Date format in every column <o:p></o:p>
Example : Date format is YYYYMMDD, MMDDYYYY, DDMMYYYY respectively in column 1,2 3
Column1 Column2 Column3 Column4
20130101 10312013 29082013 01/01/2014 99:59:59 99999
I am trying to Migrate this table form Oracle to SQL server 2008 but getting error for Date conversion(String to Datetime).So could you please let me know how to convert above shown date using SSMA(Microsoft SQL Server Migration Assistant)<o:p></o:p>