I am a beginner with MS SQL server 2014. Need some advise with data type conversion from SSIS to SQL server.
I am working with DATE TIME field, an example value : '01272016122044123' which is in format 'MMDDYYYYHHMMSSsss'
From SSIS I have used data type "database timestamp with precision [DT_DBTIMESTAMP2]" and in SQL Server I have used data type "DateTime2(7)".
When I am trying to import the data from SSIS it gives me error "An OLE DB record is available. Source: "Microsoft SQL Server Native Client 11.0" Hresult: 0x80004005 Description: "Invalid date format".
The column status returned was: "Conversion failed because the data value overflowed the specified type.".
Need to know where exactly i go wrong ?
Thanks Syed Ayaz Mahmud
sss
– Pரதீப்