|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Thursday, January 10, 2013 2:20 PM
Points: 60,
Visits: 223
|
|
Hi,
Using either HOLDLOCK or UPDLOCK as a lock hint allows other transactions to see the data, but, when used together, the other transactions cannot see the data until the previous transaction is completed.
Can anyone shed some light on what happens when these locks are used together, and what happens.
Thanks.
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Today @ 7:51 AM
Points: 37,702,
Visits: 29,961
|
|
The update lock is held until the transaction commits or rolls back.
Gail Shaw Microsoft Certified Master: SQL Server 2008, MVP SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter We stand on the bridge and no one may pass
|
|
|
|