Viewing 2 posts - 1 through 2 (of 2 total)
How about using the order by converting the month to a date...
create table months (MonthName varchar (12))
insert months values ('January')
insert months values ('February')
insert months values ('March')
insert months values ('April')
insert months...
March 13, 2012 at 3:18 am
#1458348
Thanks. I was already aware of where the current details came from, and had already considered SSIS, and also writing my own T-SQL. I was hoping for a...
January 6, 2012 at 8:01 am
#1429644