Hi,
Is there a way in T-SQL to return all of the months between two given dates?
For example, if the two dates were 01/01/2010 and 01/03/2010, it would return Jan, Feb, Mar.
Can this be done? I'm using SQL Server 2005 if that makes any difference?
Thanks,
Is there a way in T-SQL to return all of the months between two given dates?
For example, if the two dates were 01/01/2010 and 01/03/2010, it would return Jan, Feb, Mar.
Can this be done? I'm using SQL Server 2005 if that makes any difference?
Thanks,