I have a table with an identity field, but I have gaps in it. My data looks like
CustomerID customer
---------- ---------
1 Acme
2 Bill's Sports
4 Sears
7 Last Chance Saloon
8 On the Border
If I insert a new row, how can I have it automatically reuse one of my missing values, like #5?