"lock request time out period exceeded" Error When Trying to See DB Hierarchies
Posted
by
Lloyd Banks
on Stack Overflow
See other posts from Stack Overflow
or by Lloyd Banks
Published on 2012-08-28T21:15:44Z
Indexed on
2012/08/28
21:38 UTC
Read the original article
Hit count: 235
I have a DB that I can run basic queries (albeit much slower than normal) off of. When I try to see the hierarchy trees for tables, views, or procedures in SSMS Object Explorer, I get the "lock request time out period exceeded". My Report Server reports that run off of objects in this DB are no longer completing. Jobs associated with procedures stored on this DB also do not run. I tried using sp_who2 to find and kill all connections on the DB. This has not solved the problem. What is going on here? How can I resolve this?
© Stack Overflow or respective owner