You can change the seed via dbcc checkident so you can reuse numbers when you are reaching the limit. You can also use negative numbers and a negative step.
========================================== Cursors are useful if you don't know sql. DTS can be used in a similar way. Beer is not cold and it isn't fizzy.
are you deleting entire table contents. If so, you can use TRUNCATE TABLE. This will reset the identity column. (but is a non logged operation, beware!!!).
are you deleting entire table contents. If so, you can use TRUNCATE TABLE. This will reset the identity column. (but is a non logged operation, beware!!!).