Connection Error
can tell me of way assist me in diagnosing error? performance counter related logins can track? being error message client side, trying figure out way find root cause, , have not been succesful in attempts.
system.data.sqlclient.sqlexception: timeout expired. timeout period elapsed prior completion of operation or server not responding.
peace
sqlcommand.commandtimeout property has expired; default value timeout 30 seconds.
see more at:
".net framework class library -> sqlcommand.commandtimeout property"
http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlcommand.commandtimeout.aspx
this not sql server issue. client application issue, client app executing query or stored proc timing out (taking more 30 seconds). run sql profiler or server side trace (using application name filter). rpc completed , sql batchcompleted events.
this error message has been explained here
http://blogs.msdn.com/spike/archive/2008/07/31/timeout-expired-the-timeout-period-elapsed-prior-to-completion-of-the-operation-or-the-server-is-not-responding.aspx
SQL Server > SQL Server Database Engine
Comments
Post a Comment