SQL Server Cursor Types - Dynamic Cursors | SQL Server Tutorial

Pubblicato il: 06 aprile 2015
sul canale di: TechBrothersIT
11,385
30

Cursors are the objects those allow us to access the data row by row from result set.

Dynamic Cursors are update-able. The dynamic cursor will fetch the changes (insert,update or delete) on each fetch while cursor is open if any modification happened to original data in table/s. This type of Cursor is helpful when we want to extract the records from original table/s while cursor is open and we are still in process of modification of data or inserting new records and want to include them in cursor result set to perform operation.

Dynamic cursors are scrollable (First,Last,Prior,Next,Relative) but absolute option does not work with dynamic Cursors.


Blog post link for the video with scripts
http://sqlage.blogspot.com/2015/04/sq...


In questa pagina del sito puoi guardare il video online SQL Server Cursor Types - Dynamic Cursors | SQL Server Tutorial della durata di ore minuti seconda in buona qualità , che l'utente ha caricato TechBrothersIT 06 aprile 2015, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 11,385 volte e gli è piaciuto 30 spettatori. Buona visione!