QUESTION POSED ON: 13 April 2006
I have two tables (Parent and Child) containing millions of records.
I want to delete some rows (106 rows) from both tables. Which is the best
approach to do this? I have dropped a foreign key constraint before deleting
rows from Parent. But when I try to add the constraint, it is taking
10 minutes to execute. Could you suggest some other better approach?
|