Insert recursivo SQL Server declare @count int = 1 while(@count < 10) begin print @count set @count += 1 end