Viewing 9 posts - 1 through 9 (of 9 total)
I have SQL 2005. This test is run on Developers Edition, 2GB memory. Indexed View has about 500,000 records. Production system runs on Workgroup edition (this is why I am...
September 23, 2010 at 8:19 pm
Craig,
I tried to play with this query a bit more and you are absolutely right
that first, I have to subquery outside of With, and second, that I have to bring...
September 22, 2010 at 10:10 pm
I will gather all the information. Should I post it here or provide it in some other way?
September 20, 2010 at 11:58 pm
If I bring products_pid into Select part, it will require to add it to the Group By. Then I am getting very strange results.
September 20, 2010 at 11:40 pm
I am sorry, in the previous reply I posted the wrong JOIN. Here is correct oneI am trying to do. Only by adding 2 JOINs, execution time increases from 45ms...
September 20, 2010 at 11:31 pm
My test environment has SQL 2005 developer's edition, but my production one has Workgroup edition. So I have to use (NOEXPAND) for production environment. Where do I add JOIN another...
September 20, 2010 at 11:16 pm
If I join other tables and add filters after the View it significantly slows down performance of this query.
Thank you.
September 20, 2010 at 10:58 pm
The response is the same right after the REBUILD and at the end of the week (we don't get too many updates at this time). As far as memory configuration,...
September 8, 2010 at 3:34 pm
Viewing 9 posts - 1 through 9 (of 9 total)