I am getting "Violation of Primary Key constraint '<Name of the constraint>'. Cannot insert duplicate key in object '<Name of the table'", when i run a stored procedure. The error does not come up regularly though. The stored procedure was existing and all i did to it was add an extra parameter to it. No change to table structure of field properties. I am using SQL Server 2000.