Odznacz ograniczenia i usuń z tabeli
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