column1--- column2--- result 50 ------ 1500----- 1550 100----- - 1550----- 1650 40----- - 1650----- 1690 30----- - 1690----- 1720Now I do have the value of the 'column1' and I need to generate the values for the 'column2' and 'result' I do have the initial value of the 'column2' (1500). I need to add 'column1' to 'column2' and generate the 'result'.Then I put the value of the 'result' from first row to the second row of the 'column2', after that I add the second value from 'column1' and so I generate the second value for the 'result' and so on.I am new in SQL server and I am running out of ideas for this complicated problem. I would appreciate any sugestionThanks in advance.[center]