Hi,
I am trying to insert data with multiple streams into the same table. Basically its an SSIS job which inserts data into an error table. If multiple parallel jobs have an error, then is it possible that the table gets locked, since there are multiple parallel inserts
How to get around it
Thanks
Manish

Multiple Inserts into the same table