• Thanks for the response, John.

    This is occurring in the subscription (test) DB.

    After running the script you gave me, I'm getting the following message:

    "current identity value '1000', current column value '3000'"

    By using the following script, am I able to resolve this issue for the time being?

    DBCC CHECKIDENT ('dbo.MyTable', RESEED, 3001)