- Moderator
- #1
So, I'm doing this huge INSERT (about 1.2M Records), and my log file keeps filling up.
Is there a way to do it in chunks? I've been reading a little about batch sizes.....
Is there a command that I can put in the stored procedure that says "Do 5000 records at a time" or something similar, before my INSERT INTO ... SELECT statement?
Just my 2¢
"What the captain doesn't realize is that we've secretly replaced his Dilithium Crystals with new Folger's Crystals."
--Greg
Is there a way to do it in chunks? I've been reading a little about batch sizes.....
Is there a command that I can put in the stored procedure that says "Do 5000 records at a time" or something similar, before my INSERT INTO ... SELECT statement?
Just my 2¢
"What the captain doesn't realize is that we've secretly replaced his Dilithium Crystals with new Folger's Crystals."
--Greg