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: 308
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