I’m having an issue in my java application where once I login I’m able to access any pages that dont’ query a table called content. When I try to query this table it sits and sits and sits waiting for something. I checked the Activity Monitor in MsSQL and it appears there’s a lock. I’m trying to figure out where this came from. I’m newer to MsSQL with a background in MySQL.
I thought some queries in our DAO might be causing this, so I changed them to use JPA instead with no luck.

Looks like session 58 is blocked by session 74. Check if session 74 is blocked by another session, and so on, until you find the root lock.
You can kill a session by right clicking it, or by executing a query like: