Mega Code Archive

 
Categories / MSSQL Tutorial / Sequence Indentity
 

The IDENT_SEED function displays the originally defined seed value for the IDENTITY column of a specific table or refer

SELECT IDENT_SEED('YourTableName') IdentSeed