Hi Experts,
i need your help for the following:
Assuming that i have a table called temp with just one column (ID) which is an identity column, and its having 1000 rows having values 1 to 1000. Suppose if i delete a row where Id=5, how to insert a new row with same value (i.e. 5)?
Thanks,
Shiva