SQL Server Cursor Types - Dynamic Cursors | SQL Server Tutorial

Publicado em: 06 Abril 2015
no canal de: 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...


Nesta página do site você pode assistir ao vídeo on-line SQL Server Cursor Types - Dynamic Cursors | SQL Server Tutorial duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário TechBrothersIT 06 Abril 2015, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 11,385 vezes e gostou 30 espectadores. Boa visualização!