|
 |
ADO like Cursor operations using T-SQL
|
Total Hit (1879) |
This article shows how to use SQL cursor to perform MoveFirst, MoveLast, MoveNext, MovePrev and MoveAbsolute operations using T-SQL's SCROLL CURSOR
|
Rating
 |
|
 |
Cursors: An Overview
|
Total Hit (1191) |
We'll talk about the basics of cursors. These let you move through records one at a time and perform processing on each record.
|
Rating
 |
|
 |
SQL Server API Server Cursors
|
Total Hit (943) |
Defines the attributes of an API server cursor, such as its scrolling behavior and the statement used to build the result set on which the cursor operates, then populates the cursor. The statement can contain embedded parameters.
|
Rating
 |
|
|
|