SQL Server - reset identity field

Viewed 26140

I have a table with a identity column. I need to reset that identity column from zero. What should i do for this.

1 Answers
Related