• Try doing both in a single transaction:

    begin tran
       delete tbl1 where ...
       delete tbl2 where...
    commit;