I create a table in my DB which has a identity column.
I insert many row and the value of identity increase correctly. Now I want to delete all the rows and reset the identity value to its seed to restart. I failed. Can you instruct me HOW TO RESET THE SEED OF THE IDENTITY COLUMN?
Thank you very much
I insert many row and the value of identity increase correctly. Now I want to delete all the rows and reset the identity value to its seed to restart. I failed. Can you instruct me HOW TO RESET THE SEED OF THE IDENTITY COLUMN?
Thank you very much