In the SQL Server database(2012), I have a product table. ProductID which is the primary key has auto increment by 1. This database is being accessed by several users and add new content. (this is a development server) Suddenly the primary key went up to 1000's from 60's. How can this happen? I am using Entity Framework to update/add data. We have not deleted anything yet. Here is how ID's being generated,
1..66 was fine. 66 67 68 69 70 71 1012 2012 3012 3013 3014 3015....3019 is fine