Hi all,
I have a problem that need to solve: I have a table that is called empVisit.
There was a error when inserting: Violation of PRIMARY KEY constraint 'PK_EmpVisit'. Cannot insert duplicate key in object 'dbo.EmpVisit'.
The statement has been terminated.
PRIMARY KEY is Id field of the table. I need to insert a new record with the same Id value to that table.
So how to solve this problem?
Pls help me, thanks in advance,
--Ha
I have a problem that need to solve: I have a table that is called empVisit.
There was a error when inserting: Violation of PRIMARY KEY constraint 'PK_EmpVisit'. Cannot insert duplicate key in object 'dbo.EmpVisit'.
The statement has been terminated.
PRIMARY KEY is Id field of the table. I need to insert a new record with the same Id value to that table.
So how to solve this problem?
Pls help me, thanks in advance,
--Ha
Comment