DBCC CHECKIDENT (mytable, RESEED, 0)
This command reseeds "mytable" to start at 1. Be careful that we don't have records higher than the seed value you are setting. You'll break the table.
Also:
- http://stackoverflow.com/questions/510121/reset-autoincrement-in-sql-server-after-delete