how do i scroll the recordset from select?
So say, for example, I have several entries that I want to skip and do with each entry. Here's a primitive version of my choice:
select top 1000 * from dbo.table where StatusID = 7
thank
sql sql-server
Funky Dec 18 '13 at 15:41 2013-12-18 15:41
source share