SQL Server Cursor Types - Static Cursor | SQL Server Tutorial

Publicado el: 06 abril 2015
en el canal de: TechBrothersIT
5,634
23

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

Static Cursor make the copy of result set in memory at time of cursor creation and use that temporary result set to return rows. If any changes are made to original table/s data such as insert, update or delete. The Static cursor does not update stored result set with those changes unless we close the cursor and reopen.

Static Cursors are scrollable (First,Last,Prior,Next,Relative,Absolute)

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


En esta página del sitio puede ver el video en línea SQL Server Cursor Types - Static Cursor | SQL Server Tutorial de Duración hora minuto segunda en buena calidad , que subió el usuario TechBrothersIT 06 abril 2015, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 5,634 veces y le gustó 23 a los espectadores. Disfruta viendo!