I'm sure I can test this but I'm lazy ...  I need to delete duplicates on a 
huge table using 2 of the columns.   Both of these columns are normally 
indexed.   I'm wondering if I should drop the indexes before I do the delete?   
I would think that as it deletes the dups it has to update the indexes, 
which would take longer.  On the other hand, does the command actually use the 
index, thereby making the deletion faster?   If no one knows off the top of 
their head then I'll time both of the methods...

Karen

Reply via email to