Viewing 2 posts - 1 through 2 (of 2 total)
would you by chance be able to post that simple .net code for ftping here? I could use that right now... Thanks
August 12, 2015 at 7:55 am
#1819320
I would just wrap your code in () and use it as a type of derived table and average the counts like this...
select MonthName, Dayname, Average(actualCount)
from
(
SELECT CreationDate,DATENAME(month, CreationDate) as...
April 18, 2013 at 6:49 am
#1607707