65.9K
CodeProject is changing. Read more.
Home

Traverse a MSSQL table without using CURSOR

starIconstarIconstarIconstarIconstarIcon

5.00/5 (1 vote)

Aug 3, 2012

CPOL
viewsIcon

13251

To traverse a table without cursor, you only need to add an additional field in the table with null value. Here is the code for traversing a table.