Check current identity value of Sql server

Check current identity value of Sql server:
The DBCC CHECKIDENT management command is used to Check Current Identity Value

Example:
DBCC CHECKIDENT(transactionhead)

Post a Comment

0 Comments