Viewing 3 posts - 1 through 3 (of 3 total)
Ok, I consider myself duly chastised.
By the way, what does SLA mean?
January 16, 2011 at 11:14 pm
#1274092
Thanks Craig, Jeff for pointing out the inefficiency. I didn't realize that using the aggregation like that would be so slow.
On the other hand the original question was: "How can...
December 8, 2010 at 3:40 pm
#1260356
For the original question, how about this:
[font="Courier New"]
select a.SomeDate,
(select max(b.SomeDate)
from #MyHead b
...
December 7, 2010 at 12:43 pm
#1259749