March 12, 2014 at 10:13 am
while connceting server i am getting query timed out expired , how to slove this
March 12, 2014 at 10:16 am
Check the "Remote Query Timeout" setting under your Connections tab for the SQL Server, you can set a default timeout from there, or set it to 0 (no timeout)
______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience
March 12, 2014 at 10:22 am
Your connection parameters may be bad as well. Double check the servername, etc.
If the servername seems correct, try pinging it, connecting with the IP directly etc.
March 12, 2014 at 10:25 am
default is 600 secs if i change to 0 is it will impact the other applications?
March 12, 2014 at 10:32 am
Yes, this is a server-level setting.
______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience
March 12, 2014 at 11:19 am
Also check if you are having blocking\ resource contention happening on the server ? Did you check the error log around timeout ?
--
SQLBuddy
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply