Hiya.
Is there any tricky way to avoid a cursor for the following:
We are using ASP to display the results of a stored procedure. We are attempting to limit the number of records returned on each page. I would like to be able to use a select statement using TOP and possibly some sort of 'NEXT' operator to acheive these results. Anyone have any brilliant ideas?
Thanks!!!
Is there any tricky way to avoid a cursor for the following:
We are using ASP to display the results of a stored procedure. We are attempting to limit the number of records returned on each page. I would like to be able to use a select statement using TOP and possibly some sort of 'NEXT' operator to acheive these results. Anyone have any brilliant ideas?
Thanks!!!