RichardRayJH
New Member
- Joined
- Jan 18, 2013
- Messages
- 24
I've written a SQL query that gets some data for an analysis I want to present through PowerPivot 2012 using Excel 2010. It really doesn't work using the PowerPivot tools on simple data imports. I need the SQL to get the data. The query includes a table variable, a tally table with a cross join to a real data table, several joins, a couple of correlated subqueries and a partridges in a pear tree.
When I try to use it to get the data PP thinks for awhile then throws and error complaining that
I moved the whole shooting match to a 64-bit machine with 32 GB or RAM and installed 64-bit Excel 2010, but the error remains.
If needs be I can create a table in a utility database, schedule a job to run the query to put the data into that table then use a simple import from PP, but I'd rather do it directly and not create the maintenance issues. Is there a known limitation I might be bumping into?
When I try to use it to get the data PP thinks for awhile then throws and error complaining that
Code:
OLE DB or ODBC error.
An error occurred while processing table 'PresidentsWeekData'.
The current operation was cancelled because another operation in the transaction failed
I moved the whole shooting match to a 64-bit machine with 32 GB or RAM and installed 64-bit Excel 2010, but the error remains.
If needs be I can create a table in a utility database, schedule a job to run the query to put the data into that table then use a simple import from PP, but I'd rather do it directly and not create the maintenance issues. Is there a known limitation I might be bumping into?