The SQL error 2627 triggers commonly on tables that contain PRIMARY KEY constraints. Whenever we try to insert a new record into such tables and the key of the record being inserted already exists in the table, it triggers the 2627 error
Greetings,
Will
20 People are following this question.