desmarcar restrições e excluir da tabela
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