How can I reset the Identity column of a table to zero in SQL Server?
Edit:
How can we do it with LINQ to SQL ?
use this code
DBCC CHECKIDENT(‘tableName’, RESEED, 0)