Bulk Insert Without Locking Table

Answered Bulk Insert Without Locking Table

  • Thursday, March 07, 2013 10:22 PM
     
     
    I am using and SSIS packge to insert updated rows into Table A. The data from Table A is being read by other users. How can I insert data and not lock up the table but only lock up the individual rows that are getting updated. 

All Replies