Hi i have csv file data e.g:- (ActiveDate= 20180105) so I want to save this column to my database. In my database column datatype is datetime .
And while using data conversion as DT_Date i am getting this error:-
The conversion returned status value 2 and status text "The value could not be converted because of a potential loss of data.
So how can i import this ActiveDate data from my excel to my database as datetime ?
Can you help me out..?
[Derived Column [36]] Error: An error occurred while attempting to perform a type cast. [Derived Column [48]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "Derived Column" failed because error code 0xC0049064 occurred, and the error row disposition on "Derived Column.Outputs[Derived Column Output].Columns[DERIVED_ADMIT_DATE]" specifies failure on error. An error occurred on the specified object of the specified component. There may be error messages posted before this with more information about the failure.
– SanjivCAST
inDerived Column
have you converted your inputNumber
toString
usingData Conversion
? – Abhishek