STA threads with SQLXMLBULKLOAD

Posted by Christopher on Stack Overflow See other posts from Stack Overflow or by Christopher
Published on 2010-03-25T17:01:32Z Indexed on 2010/03/25 17:03 UTC
Read the original article Hit count: 285

Filed under:
|
|

If I have N STA .NET Threads each performing an independent bulk load operation on a different database using the SQLXMLBulkLoad dll (which requires calling threads to be STA), is it possible for all bulk loads to be happening at the same time, or are they implicitly serialized due to the STA COM configuration?

Thanks!

© Stack Overflow or respective owner

Related posts about .NET

Related posts about bulk-load