The copy-pastes and explanations blog for SQL code, errors and daily cases!
This blog is a 'list' of actions that always good to have available.
The copy-paste concept here is short and clear explanations and descriptions (no long stories!) and - of course - the code to take (copy) and use (paste).
The blog deals in the database (mostly) and software issues.
Blog Pages
▼
Get lock information
SELECTresource_type, resource_associated_entity_id, request_status, request_mode,request_session_id, resource_description
FROM sys.dm_tran_locks
WHERE resource_database_id = 8
No comments:
Post a Comment