January 21, 2004 at 11:18 pm
Configuration of the machine running DB server: Dual processor(2.4 GHz), 2 GB RAM, 512 HDD.
January 22, 2004 at 1:47 am
Is the data you are loading sorted by the clustered index already? If so, use the ORDER argument.
If not, is it possible to drop the indexes before loading, then rebuild when loading is complete? It should be quicker to load data into the table with no indexes and then rebuild them after.
January 23, 2004 at 5:11 am
Also, I'm not sure if the Bulk Insert task automatically sets the database into Bulk-Logged recovery mode, but if not you need to do that else you are logging every insert. Check to see if your transaction logs are showing every insert.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply