SQL Cursor : Database Object That Provisions Access to Records in a Database

learn more… | top users | synonyms

-2
votes
1answer
48 views

how cursor implementations are different for each cursor type in sql server

In Oracle, there are only 2 types of cursor i.e. Implicit and Explicit cursor. Which is easy to understand. But, in SQL Server there are 4 Cursor AFAIK i.e. Static,Dynamic,Forward Only and Scroll. ...