Снимите ограничения и удаление из таблицы
alter table MyOtherTable nocheck constraint all
delete from MyTable
alter table MyOtherTable check constraint all
Adorable Alpaca
alter table MyOtherTable nocheck constraint all
delete from MyTable
alter table MyOtherTable check constraint all