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

c# SetCompatibleTextRenderingDefault must be called before the first -

C#.NET Oracle.ManagedDataAccess ConfigSchema.xsd -

c++ - Fill runtime data at compile time with templates -