| Event Information | CAUSE: The database recovery process could not determine the current identity value for the specified table.
RESOLUTION: Execute DBCC CHECKIDENT for the specified table. If you do not get a valid identity value, execute DBCC CHECKIDENT with the RESEED argument to reset the identity value. Execute DBCC CHECKDB on the specified database to verify the consistency of the database as a whole. |