DelphiFAQ Home Search:

How to reset or reseed the IDENTITY column

 

commentsThis article has not been rated yet. After reading, feel free to leave comments and rate it.

Question:
How can I reset or reseed the IDENTITY column?

Answer:
See DBCC CHECKIDENT in SQL Server Books Online.

A quick and dirty way to reset the IDENTITY column would be to run TRUNCATE TABLE command on that table. TRUNCATE TABLE will delete all the rows from the table and reset the IDENTITY column. However, you will not be able to run TRUNCATE TABLE on a table referenced by foreign keys.


Comments:

2009-01-19, 22:55:19
anonymous from India  
dbcc checkident('Table_name',RESEED,0)
here 0 means where u want generate id. if u put 0 means id will generate from 1

 

 

NEW: Optional: Register   Login
Email address (not necessary):

Rate as
Hide my email when showing my comment.
Please notify me once a day about new comments on this topic.
Please provide a valid email address if you select this option, or post under a registered account.
 

Show city and country
Show country only
Hide my location
You can mark text as 'quoted' by putting [quote] .. [/quote] around it.
Please type in the code:

Please do not post inappropriate pictures. Inappropriate pictures include pictures of minors and nudity.
The owner of this web site reserves the right to delete such material.

photo Add a picture: