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 locked items informatiom
Use sp_lock in order to check what is locked now, and by who.
sp_lock2 is similar to sp_lock, except that it displays the database name, object name and index name instead of the ids
No comments:
Post a Comment