Reseeding the Identity column for new records only (SQL)
Posted
by Arnej65
on Stack Overflow
See other posts from Stack Overflow
or by Arnej65
Published on 2010-05-13T18:31:15Z
Indexed on
2010/05/13
18:34 UTC
Read the original article
Hit count: 162
sql
I have data in a table, but am working on data loading. I want to reseed all new inserts for testing.
What would be the line to set all new inserts to a certain seed value?
© Stack Overflow or respective owner