2
Reply

How to loop through records in sql qurey ?

Raju p

Raju p

9y
668
1
Reply

    We can use Cursors to loop with this Sql Server has provisions to use while loop as well. Using these we can loop through all records in sql server.

    Using While loop and cursors.