Viewing 3 posts - 1 through 3 (of 3 total)
Hi,
I've not noticed anyone else suggest this alternative, so here goes:
Use cache files to slim down your data.
Try to avoid putting data into staging tables if at all possible. It...
May 29, 2015 at 6:35 am
Ah, didn't realise you weren't already referencing the view directly. The optimiser is smart, but sometimes it does need a helping hand. It usually finds reasons not to use a...
May 23, 2013 at 1:02 pm
Have you tried turning this into a stored procedure and including the WITH RECOMPILE option when you create it? This will force the optimiser to recalc the execution plan every...
May 23, 2013 at 12:25 pm
Viewing 3 posts - 1 through 3 (of 3 total)