Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 Alternative to cusors for queries

Author  Topic 

bhav27
Starting Member

8 Posts

Posted - 2007-10-06 : 08:40:25
Hi,

Is there any alternative to run through each row by row basis of table without using cursor?

Vinnie881
Master Smack Fu Yak Hacker

1231 Posts

Posted - 2007-10-06 : 11:14:07
There are always other options to using cursors. The problem is SQL is a entirly differant animal then the common standard programming languages. This means that your thought process of how to approach your issue needs to be differant.

Please post a sample table, and what your desired results are, then someone should be able to assist.
Go to Top of Page
   

- Advertisement -