Hi
I've developed a stored procedure to insert a record into a table. If the record already exists, the stored procedure performs an update instead. It works fine, but I'm getting the "Violation of PRIMARY KEY constraint" error reported. Is there anyway I can turn this off?
Thanks
Andy