Truncate table table_name (we use it when the table has no references)
(or)
delete from table_name
DBCC CHECKIDENT (table_name, RESEED, 0)
(we use it when the table is mapped with other table)
Take ASP.NET application to offline
11 years ago
No comments:
Post a Comment