declar @i int 
while @I<=XX
begin 
  exec ('alter table table_'+cast(@i as varhcar) ='add column column_new .....')
  @i=@i+q
end