Just wondering if there's much I can do to improve a query that has to join about 70K rows to a temp table that has a RangeLow (int) and RangeHigh (int) and a RangeName value that is going to be part of a GROUP BY, and the JOIN has to compare a primary qu
↧