Next record after what, in what context?
You can create a cursor in T-SQL which will allow you to fetch the next record in a record set which could be all records in a table. Look in SQL Books Online for the topic, "Create Cursor." Terry L. Broadbent
FAQ183-874 contains tips for posting questions in these forums.
NOTE: Reference to the FAQ is not directed at any individual.