• anki_bakshi (8/17/2009)


    I am wondering do indexes on the table play part in this FK constraint violation error.

    I have a unique index on DocumentChild2(Document_GID,Child2_name).

    Nope, you'd get a unique index/constraint violation error.

    Was the FK on DocumentChild1 created AFTER there was data in the table? If to there could be "bad" data in the table if the constraint was created with the NOCHECK option