Click here to Skip to main content
15,899,754 members
Articles / Database Development / SQL Server

Traverse a MSSQL table without using CURSOR

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
3 Aug 2012CPOL 12.6K   5  
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.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Team Leader
Bangladesh Bangladesh
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions