SQLServer 2000 T-SQL Stored Procedure for providing paginated results


/ Published in: SQL
Save to your folder(s)

Example usage:

exec sp_easypaging '[tblmessages]','[tblmessages].recid','','*','1 = 1','recid',1,5

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.