I would like to do large scale inserts to SQL Server under program control using C++. I have written such a program using SQLBulkOperations following all the documentation I could find, but it runs very slow; I must be doing something wrong. Has anyone successfully used SQLBulkOperations for inserts, or is there a better way to do this?