Is there a way to set a table up so that, if you have records like this:
[tt]ID BLAH
--------
1 kaht
2 onpnt
3 gmmastros
4 Vragabond[/tt]
where ID is an identity int, and you then deleted a row:
[tt]ID BLAH
--------
2 onpnt
3 gmmastros
4 Vragabond[/tt]
and then inserted another, it would take the missing ID, rather than 5 (the next ID)?
[tt]ID BLAH
--------
1 cLFlaVA
2 onpnt
3 gmmastros
4 Vragabond[/tt]
thanks
*cLFlaVA
----------------------------
[tt]"quote goes here"[/tt]
[URL unfurl="true"]http://www.coryarthus.com/[/url]
[tt]ID BLAH
--------
1 kaht
2 onpnt
3 gmmastros
4 Vragabond[/tt]
where ID is an identity int, and you then deleted a row:
[tt]ID BLAH
--------
2 onpnt
3 gmmastros
4 Vragabond[/tt]
and then inserted another, it would take the missing ID, rather than 5 (the next ID)?
[tt]ID BLAH
--------
1 cLFlaVA
2 onpnt
3 gmmastros
4 Vragabond[/tt]
thanks
*cLFlaVA
----------------------------
[tt]"quote goes here"[/tt]
[URL unfurl="true"]http://www.coryarthus.com/[/url]