Im trying to export data from 2 tables in my database:
[prospects]
and
[prospectsincampaigns]
But im getting an error (Error 0xc0202025: Data Flow Task 1: Cannot create an OLE DB accessor. Verify that the column metadata is valid.) and I dont know why:
In MSSQL2008 I do the following:
- right click on my db
- tasks
- export data...
- source is yourba
- next
- destination is "Microsoft Excel"
- filename is "c:\tmp\prospects.xlsx" (or for other table: "c:\tmp\prospectsincampaigns.xlsx")
- set Excel version to Microsoft Excel 2007
- Next
- Next
- Check [prospects]
- Next
- Next
- Finish
I see this error: Error 0xc0202025: Data Flow Task 1: Cannot create an OLE DB accessor. Verify that the column metadata is valid.
The db backup can be found here: http://www.wunderwedding.com/files/yba_db.zip