Desire the impossible
Jan 15 2010
Hi,
If you want to reset auto increment field, use the code below.
DBCC CHECKIDENT('TableName', RESEED, 2) ;
See you soon...
Tags: sql
Comments (8)
Latif OZTURK
XING
My motto "If you think simple, you can solve any complex problem."
Get notified when a new post is published.