We have created several imports to item tables. One thing we are struggeling with is the maintaining of an autoincrement key. The import in it self can maintain this. But when the customer adds new item, they are met with an errormessage:
Violation of PRIMARY KEY constraint 'PK__ItemType__3214EC075AF96FB1'. Cannot insert duplicate key in object 'dbo.ItemType_Company_Profile'. The duplicate key value is (4).
The statement has been terminated.
What do you suggest we do after an import to maintain a clean table?