I have a table which has a unique index on two columns. Sometimes a
insert sproc tries to append values which violate the unique index. I
want the sproc to continue trying to insert other new rows, but instead
it fails with an error "cannot insert duplicate key row". I want the