;with c
as
(select 0 as col
union all
select col+1 from c where col<100)
select 
convert(varchar(7),dateadd(m,-col,getdate()),120)
from C
inner join t1 on c.col<=t1.bb