Click here to Skip to main content
15,895,777 members
Articles / Database Development / SQL Server

Traverse an MSSQL Table without using CURSOR

Rate me:
Please Sign up or sign in to vote.
4.50/5 (2 votes)
26 Aug 2012CPOL 14.8K   1  
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.
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
Software Developer (Senior)
Australia Australia
Applications developer specialising in .Net, Sql technologies, web development (TypeScript/JavaScript, MVC, WebAPI, REST), data processing.

Comments and Discussions