Hello,
I am importing data from an excel 2003 file into SQL Server Table. Currently i am using SSIS 2008 for importing 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. Can anybody have suggestion to solve this issue. I can't have option to use Excel 2007 or csv formats.
I am importing data from an excel 2003 file into SQL Server Table. Currently i am using SSIS 2008 for importing 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. Can anybody have suggestion to solve this issue. I can't have option to use Excel 2007 or csv formats.