Is it quicker to insert a million records into a table that is already pretty big and has some serious indexing -or- drop the indexes at the front end, do the insert and then recreate the indexes?
Or is there an even better way? I already have logging off during the insert.
Or is there an even better way? I already have logging off during the insert.