Monthly Archives: March 2008

A Stored Proc to return a stored paged resultset for any table!

The stored procedure below may help you get started writing your own stored proc to return a paged/sorted result set for most any table in your database.  It only works if the table has a unique id and the datatype … Continue reading

Posted in SQL Server | Leave a comment