Viewing 7 posts - 1 through 7 (of 7 total)
I have found that >95% of the time, software optimization (index tuning) will scale better than throwing hardware at it. It's going to be cost prohibitive to keep throwing thousands...
July 25, 2022 at 9:22 pm
Here's another wild idea. Is there really any reason to use a temp table? How about sticking the results into a real table with a unique ID for...
December 9, 2008 at 11:17 am
I've taken some time to experiment with rbarryyoung's 3 recommendations. Here's what I have come up with so far.
1. Yes, this is the approach we're using, but doesn't...
December 4, 2008 at 10:24 am
I believe indexed views require SQL Server Enterprise, but we're only running standard. In addition, do any of your other recommendations require Enterprise to implement?
December 1, 2008 at 9:07 pm
RBarryYoung:
I see your points on deadlocking. We'll leave that part out of the discussion for the sake of simplicity. My main objective was to see if there's a...
December 1, 2008 at 10:57 am
I'll address each of your questions respectively:
1. After further review, it doesn't appear the deadlocks are coming from this process, but rather from some other ones. This...
December 1, 2008 at 9:32 am
I've written up some sample code to illustrate what I have so far. It would seem there is a lot of overhead with inserting the records into the temp...
November 30, 2008 at 8:47 pm
Viewing 7 posts - 1 through 7 (of 7 total)