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...
На этой странице сайта вы можете посмотреть видео онлайн SQL Server Cursor Types - Static Cursor | SQL Server Tutorial длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь TechBrothersIT 06 Апрель 2015, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 5,634 раз и оно понравилось 23 зрителям. Приятного просмотра!