InterviewSolution
Saved Bookmarks
| 1. |
__________ locks allow processes to bulk copy data concurrently into the same table.(a) Bulk update(b) Bulk import(c) Bulk export(d) Bulk copyI have been asked this question in an online quiz.Question is from Locking in chapter Performance Tuning and Optimization of SQL Server |
|
Answer» CORRECT answer is (a) BULK UPDATE For explanation I would say: Bulk update (BU) locks are used when bulk copying data into a table and either the TABLOCK hint is SPECIFIED. |
|