Hi,
I have table "Trial1"
One of the columns is
DATERECEIVED VARCHAR(50) NULL
Loading data from Excel to staging table using ssis 2005.
While make a preview in OLEDB Source the data in the date column is displayed as NULL. But in excel sheet, it is "DECLINED".
Data in EXCEL Sheet
Date Received |
6/3/2011 |
3/3/2010 |
15/06/2010 |
6/11/2010 |
3/11/2010 |
DECLINED |
DECLINED |
I need to load the data to staging table as it is in Excel sheet.
Could you please give me the solution?
Regards
SqlStud