Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Brittney10
Posting Yak Master
154 Posts |
Posted - 2012-01-27 : 10:54:53
|
Is there a way in SSIS to prevent the number of records inserted at a time to prevent table locking? I want to insert all the records, but not all at once. |
|
X002548
Not Just a Number
15586 Posts |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2012-01-27 : 13:32:07
|
quote: Originally posted by Brittney10 Is there a way in SSIS to prevent the number of records inserted at a time to prevent table locking? I want to insert all the records, but not all at once.
how are you doing insert currently?Inside data flow task or in control flow using procedure?------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
|
|
X002548
Not Just a Number
15586 Posts |
|
|
|
|