OK, technically a contest has to have a prize, so... you'll be 'King of the Site' for a day. That's the prize. <big smile>
I came across a requirement to provide item numbers in files of 200. So, if there are 1100 items, there would be 5 files with 200, and the last would have 100.
The general idea behind this is 'paging'
I've done this before with different levels of success, this is the first that I've coded in SQL.
The query below provides a 'Start Item' and an 'End Item' in groups of 200 for the IV00101.
Can anyone see a more elegant way to do it?
Remember: King of the Site!