whether the 'identity' used in sql server has been used twice inside same table.
ex: i need to insert some set of records with the identity column starting from 0,1,2....
and when i insert some another set of records again the identity must start with 0,1,2..
is there is any possiblity to achieve that using the identity seed.