sql-servert-sqlwhile-loopdatabase-cursor

Cursor verus while loop - what are the advantages/disadvantages of cursors?


Is it a good idea to use while loop instead of a cursor?

What are the advantages/disadvantages of cursors?


Solution

  • Some of these depends on the DBMS, but generally:

    Pros:

    Cons: