Re: Microsoft Query hangs
I should add that the most obvious solution to this problem is to import the data into a worksheet, and then create a pivot table based on that data.
This will not work for my situation because we need to be able to handle 65,000+ rows, so the data must be stored in the pivot itself.
Our users cannot use Excel 2007 to avoid the 65k row limit.
Regardless. I should be able to set up a pivot table based on a SQL Server table/view which only has 350 rows without waiting a century for it to complete, especially when I've proven it can complete in under 30 seconds in every other situation.
Re: Microsoft Query hangs
Re: Microsoft Query hangs
SOLUTION FOUND!
http://fluxenkind.blogspot.com/2008/...launching.html
It doesn't make a lot of sense, but it 100% works. My pivot table refreshes now without using MS Query at all. Everything is much faster and I can even see the row count as it comes in, so it's not blind faith that it is working.
:D