-
Sometimes, when you investigate performance issues you see users blocking each other on small tables with good indexes and small locks. In that case it can be very interesting to know exactly which record in the table is locked and which records are available. That is what this tip is about. Most hardcore...