Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Lock request timeout Exceeded

Tags:

sql

sql-server

I have a dotnet exe app in a server which runs in sql server. during the factory production time my application were unable to connect to db for 1 to 2 minutes and then it gains connectivity at this unresponsive time when i accessed sql server management studio, i got the below error:

ErrorScreenshot

like image 914
Mohammed Sufiyan Avatar asked Oct 16 '25 09:10

Mohammed Sufiyan


1 Answers

Taken from the answer over here. This usually happens when there are too many open transactions that are blocking read access to your database server. You can try restart your server which will usually solve the issue.

like image 112
stackFan Avatar answered Oct 18 '25 04:10

stackFan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!