Sql-server – “lock request time out period exceeded” Error When Trying to See DB Hierarchies

sql serversql-server-2008

I'm having problems with a database.

  1. I can run basic queries, albeit much slower than normal.

  2. When I attempt to view the hierarchy trees for tables, views, or procedures in SSMS Object Explorer, I get lock request time out period exceeded.

  3. My SSRS reports that run on objects in this database are no longer completing.

  4. Jobs associated with procedures stored on this database also do not run.

I tried using sp_who2 to find and kill all connections on the database, however this has not solved the problem.

What is going on here? How can I resolve this?

Best Answer

It was being caused by a perpetual rollback of a transaction. Had to eventually restart my server cluster