Problem:
I created a package that extract data from an Excel file into table in a database with BIDS 2008. When I am trying to preview the the data from Excel Source in Data Flow Task, I get the following error:
===================================
There was an error displaying the preview. (Microsoft Visual Studio)
===================================
Index and length must refer to a location within the string.
Parameter name: length (mscorlib)
Why:
Space in Excel worksheet name
Solution:
deleting Spaces in Excel worksheet name


Comments