Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: khopkinsHello all
I've been using the 'JDBC store' node to insert data into an SQL Server (2008 R2) database.
I've managed to get it all working but I'm only able to insert approx. 17,000 records every 30mins.
On investigate it led me to believe that I needed to add the additional line to the connection string '
EnableBulkLoad=true;BulkLoadBatchSize=10000', this doesn't seem to work.
Do I need to configure/specify anything else to enable bulk load?
Does anyone have any ideas please?
Regards,
Keith