mikewiltshire
Programmer
Hi,
I need to step through the results of a SELECT one row at a time but do not want to use a CURSOR. Is there another way?
Using a 'work' table maybe? or SELECT TOP 1 and then setting a flag when youre done?
any help would be very appreciated,
thanks,
mike.
I need to step through the results of a SELECT one row at a time but do not want to use a CURSOR. Is there another way?
Using a 'work' table maybe? or SELECT TOP 1 and then setting a flag when youre done?
any help would be very appreciated,
thanks,
mike.