Hello,
I am importing data from an excel 2003 file into SQL Server Table. Currently i am using SSIS 2005 for importing the data. I noticed that last two rows of my excel file are not being uploaded in SQL Table.
I have created this excel file by exporting data from an report and currently there are multiple tabs in excel file because of the row limit in excel 2003. My package reads only 65533 rows instead of 65535 rows present in tabs. Please give me some suggestion to solve this issue.