Home Forums SQL Server 2008 T-SQL (SS2K8) problem inner joininig a derived column RE: problem inner joininig a derived column
kl25
Hall of Fame
Points: 3812
More actions
November 30, 2012 at 8:51 am
#1564435
Try building a calendar table, joining on your dates. Then you can aggregate by month using the month values in the calendar table. See the following article[/url] for details about how to use calendar tables.