SyntaxFix
Write A Post
Hire A Developer
Questions
you can follow this step, By reseeding table you can delete the data of the table.
reseeding table
delete from table_name dbcc checkident('table_name',reseed,0)
if some error comes then you have to reseed the primary table.