sql server - How to find out how many times identity column is RESEEDED -


i using sql server 2008 r2, can reset identity using dbcc reseed command, or using truncate table statement.

is there information stored how many times identity value of column has been reseeded?

you can not information sql server. once reseed updated. more details check link


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -