I have a table. I want to insert a huge records into it. For fast performance, I want to know if I should set up an index, is better or completely no index is better?
How to have a script to commit 1000 records each insert from the folowing script format
insert into...
select....
from...
where...