Here is my problem - I have 2 tables:
|ID|OTHER_STAF|
, where ID is primary key|FPK|ID|SOME
You shouldn't really do this but insert in a new record instead and update it that way.
But, if you really need to, you can do the following:
ALTER TABLE foo WITH NOCHECK CONSTRAINT ALL
)