Hello Folks -
I have Excel file importing to Sql server table. But the SSIS package fails with the following error
I have Closed Date column in Excel Data coming as 12/20/2019 but looks like the sql server table format closed date format is date time.
HOw can i add a solution so that i add the time part to the exisiting excel data and load or any simple solution anyone know?
Error 0xc02020c5: Data Flow Task 1: Data conversion failed while converting column "ClosedDate" (36) to column "ClosedDate" (281). The conversion returned status value 2 and status text "The value could not be converted because of a potential loss of data.".