|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Thursday, March 14, 2013 6:44 AM
Points: 3,
Visits: 68
|
|
when mapping the columns from sql server to mysql iam getting the following error in oledb command iam unable to map the destination columns the source contains data type dbtimestamp for created_date column
[OLE DB Command [746]] Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005. An OLE DB record is available. Source: "Microsoft SQL Server Native Client 10.0" Hresult: 0x80004005 Description: "Conversion failed when converting character string to smalldatetime data type.".
can any body solve this prb
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Today @ 11:33 AM
Points: 6,713,
Visits: 11,748
|
|
You may need a Data Conversion Transformation your Data Flow in between your MySQL ADO.NET Source and your SQL Server OLE DB Destination.
__________________________________________________________________________________________________ There are no special teachers of virtue, because virtue is taught by the whole community. --Plato
Believe you can and you're halfway there. --Theodore Roosevelt
Everything Should Be Made as Simple as Possible, But Not Simpler --Albert Einstein
The significant problems we face cannot be solved at the same level of thinking we were at when we created them. --Albert Einstein
1 apple is not exactly 1/8 of 8 apples. Because there are no absolutely identical apples. --Giordy
|
|
|
|