its been a few years since I used ssis and am a little rusty
I have an oledb data source and an excel destination, a blank excel file
I am trying to use the execute sql task to create the sheet in the excel file
I create a data flow task and map my source to my destination.
I then use the create table sql code that is created automatically and I copy and paste that into the execute sql task
I configure the task using the excel connection manager
when I execute the task I get the following error:
[Execute SQL Task] Error: Executing the query "CREATE TABLE `Excel Destination` (
`BusinessEn..." failed with the following error: "The Microsoft Jet database engine could not find the object 'Excel Destination'. Make sure the object exists and that you spell its name and the path name correctly.".
Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
isn't the whole point to create the sheet called Excel Destination?
what am I missing?
Thanks