You are optimizing several Transact-SQL statements. You have determined that a particular statement will perform more efficiently if a lock is applied at the row level rather than at the page or table level.

Which of the following table hints will you use in your Transact-SQL statements when performing optimization?

 Posted by Rajkatie on 6/30/2013 | Category: Sql Server Interview questions | Views: 16136 | Points: 40
Select from following answers:
  1. ROWLOCK
  2. TABLOCK
  3. PAGLOCK
  4. All Above

Show Correct Answer


Source: measureup.com | | Alert Moderator 

Comments or Responses

Login to post response