Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Record Locking

Status
Not open for further replies.

tyreejp

Programmer
Apr 20, 2005
114
US
Is there anything I can query to determine if records are locked in a transaction before I try and lock them myself?

Thanks

--
James
 
Not really. sp_lock will give you basic information but there isn't any way to identify exactly which records are locked on a table.

Denny
MCSA (2003) / MCDBA (SQL 2000) / MCTS (SQL 2005) / MCITP Database Administrator (SQL 2005)

--Anything is possible. All it takes is a little research. (Me)
[noevil]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top