You are optimizing several T-SQL statements. You have determined that a particular statement will perform more efficiently if a lock is applied at the table level rather than at the page or row 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: 15739 | Points: 40
Select from following answers:
  1. TABLOCK
  2. PAGLOCK
  3. READPAST
  4. All Above

Show Correct Answer


Source: measureup.com | | Alert Moderator 

Comments or Responses

Login to post response