Décochez les contraintes et supprimez de la table

alter table MyOtherTable nocheck constraint all
delete from MyTable
alter table MyOtherTable check constraint all
Adorable Alpaca