Using SQL 2008 r2 I successfuly extracted table data and wrote it to an Access database. At the same time I created a SSIS job to automate the process. The first step following the extract in both cases was to delete the Access table entries
so the load would be fresh each time... again the extract worked... but when the SSIS job is created and run, it completes without error and the Access table has been emptied but no data was loaded. any suggestions? This has me baffled.
I just tried running the SSIS package without using a SQL job and the result showed the potential problem just before deleting the Access table successfuly it gets this message twice:
"Warning Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done."
I'm looking for the OLE DB status now.