Viewing 5 posts - 1 through 5 (of 5 total)
Thanks, actually I always take a good luck at the optimizer plan, just trying to show an alternative to embedding case statements in the order by. But yes, if it...
June 6, 2015 at 4:50 pm
I was wrong on using the CTE suggestion after working it through. Since I usually avoid doing case statements on order by ordinarily. Here is a proposed alternative to consider:
DECLARE...
June 6, 2015 at 3:10 pm
I usually build the data via a CTE so I do not then need to worry about using case statements on the order by. But, good article, and interesting.
Regards;
Jeremy
June 6, 2015 at 2:20 pm
Wouldn't that depend on how much data needs to be processed, how many CPU's are available on the server doing the processing, and how many servers which need to be...
February 23, 2015 at 7:05 pm
Very nice Article. I used a Registered server mechanism to scroll through all the servers to get information. This allowed the client to get information dynamically whenever they added a...
February 23, 2015 at 9:00 am
Viewing 5 posts - 1 through 5 (of 5 total)