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
Post a Comment