Wednesday, May 25, 2005

Reset the Primary Column

If u are run this command,table primary column value reset to zero
DBCC CHECKIDENT (TableName, RESEED, 0)

No comments: