Click here to Skip to main content
15,892,674 members
Articles / Database Development / SQL Server

Traverse a MSSQL table without using CURSOR

Rate me:
Please Sign up or sign in to vote.
2.71/5 (3 votes)
3 Aug 2012CPOL 13.3K   4  
This is an alternative for "Traverse a MSSQL table without using CURSOR"

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.
3 Aug 2012Abdul Quader Mamun 2 alternatives  
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.
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"

License

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


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

Comments and Discussions