SQL Server Cursor Types - Dynamic Cursors | SQL Server Tutorial

Publié le: 06 avril 2015
sur la chaîne: 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...


Sur cette page du site, vous pouvez voir la vidéo en ligne SQL Server Cursor Types - Dynamic Cursors | SQL Server Tutorial durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur TechBrothersIT 06 avril 2015, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 11,385 fois et il a aimé 30 téléspectateurs. Bon visionnage!