Syntax:
DBCC CHECKIDENT(
'AnyTableName'
, RESEED, @max_seed)
For further explanation and example refer below link:
http://sqlserverplanet.com/tsql/using-dbcc-checkident-to-reseed-a-table-after-delete