Click here to Skip to main content
15,895,256 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.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
26 Aug 2012John B Oliver
This is an alternative for "Traverse a MSSQL table without using CURSOR"
Please Sign up or sign in to vote.
3 Aug 2012ke4vtw
This is an alternative for "Traverse a MSSQL table without using CURSOR"

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