Answers

Question and Answer:

  Home  MS SQL Server Cursors

⟩ Do you know the cursor types?

DYNAMIC: It reflects changes happened on the table while scrolling through the row.

STATIC: It works on snapshot of record set and disconnects from the server. This kind doesn’t reflects changes happened on the table while scrolling through the row.

KEYSET: In this kind, new record is not reflected, but data modification can be seen

 150 views

More Questions for you: