I'm trying to use the XML Bulk Load Component to load a very large XML document into SQL Server 2000 on a regular basis. While it is importing the file successfully it takes an unfeasible length of time.
I was wondering if anyone can suggest methods of tweaking XML Bulk Copy performance?
I have already specified the ForceTableLock = True. I would like to specified an Insert Batch Size option but that does not seem to be available for XML bulk copy and as a result the transaction log is being hammered. I also have an extended period after the records have been inserted when the memory on the client machine tied up, can anyone suggest how i might find out what is going on?
Thanks
Mark.
I was wondering if anyone can suggest methods of tweaking XML Bulk Copy performance?
I have already specified the ForceTableLock = True. I would like to specified an Insert Batch Size option but that does not seem to be available for XML bulk copy and as a result the transaction log is being hammered. I also have an extended period after the records have been inserted when the memory on the client machine tied up, can anyone suggest how i might find out what is going on?
Thanks
Mark.