its not that i dont know anything about sql. but this is kinda new concept for me.
ok i have a temp table with all columns declared.
say the temp table has <month, c1,c2,c3,c4 >
how do i set the rows with what i get from:
select right(convert(char(11),getdate(),13),8)...