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 11/30/2012 | Category: Sql Server Interview questions | Views: 3023 | Points: 40
Select from following answers:
  1. ROWLOCK
  2. READPAST
  3. TABLOCK
  4. All Above

Show Correct Answer


Source: Microsoft press book | | Alert Moderator 

Comments or Responses

Login to post response