July 9, 2009 at 3:42 pm
Hi,
While am expanding the Tables or any node inside the Management Studio, am getting Lock request time out error. in such situations, i normally write a query to get my required output.
say for example, sp_helptext '<
Instead of going to Object Explorer, expand programmability .. so on.
Can anybody suggest me a permannat fix for this???
Also, can anyone figure out why does such error come???
Pl find the attached screen shot for the error i got.
July 9, 2009 at 9:31 pm
Hello,
This is possibly caused by high levels of blocking on your SQL Server.
May be take a look at these articles:-
http://www.sql-server-performance.com/tips/blocking_p1.aspx
Regards,
John Marsh
www.sql.lu
SQL Server Luxembourg User Group
July 9, 2009 at 10:22 pm
Thank You Friend.
July 10, 2009 at 4:57 am
This is often caused by a concurrent activity such as an offline index rebuild holding a Sch-M (schema modification) lock on a system table.
Paul White
SQLPerformance.com
SQLkiwi blog
@SQL_Kiwi
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply