Viewing 2 posts - 1 through 2 (of 2 total)
Yeah, I can't seem to get the profiler to work on my machine, so i don't have a good way to test it.
August 7, 2013 at 3:38 pm
#1639579
I'd just alter the Order By and call it good.
---------------------------------------------------------
SELECT [Month] = DATENAME(mm,SomeDateTime),
Amount = SUM(SomeAmount)
FROM...
August 7, 2013 at 9:11 am
#1639440