erickwidya
November 3rd, 2006, 04:17 AM
i have an identity column with value 1, 2, 3
if i delete the #3..the new record will inserted using 4 as the identity..
is there a way to use 3 as the identity since it's not there yet?
and if i delete all records in that table..the new record will inserted using 4 too as the identity..is there a way for this one to so it will using 1 as the identity?
in Access we can use Compact and Repair for question no. 2 but this in MSSQL 2000
thanks,
if i delete the #3..the new record will inserted using 4 as the identity..
is there a way to use 3 as the identity since it's not there yet?
and if i delete all records in that table..the new record will inserted using 4 too as the identity..is there a way for this one to so it will using 1 as the identity?
in Access we can use Compact and Repair for question no. 2 but this in MSSQL 2000
thanks,