I am trying to add a new Glossary_Item and am receiving this error:
Violation of PRIMARY KEY constraint 'PK__ItemType__3214EC073F47FEF2'. Cannot insert duplicate key in object 'dbo.ItemType_Glossary_Item'.
The statement has been terminated.
I was able to successfully create 1 and the ID automatically generated was 30. All other numbers between 31 and 39 are already assigned. Is there a way for me to set a new seed value for ID (the primary key) to stop this problem from occuring? The highest used ID value in this table is 71 so I would need to set it higher than that.
Thanks,