|  | Posted by alvinstraight38@hotmail.com on 10/03/07 20:42 
I have a client who has been receiving hundreds of SQL timeout errormessages in their error logs.  Specifically, the message looks like
 this:
 
 
 
 MESSAGE         : System.Data.SqlClient.SqlException: Timeout
 expired.  The timeout period elapsed prior to completion of the
 operation or the server is not responding.
 
 at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior
 cmdBehavior, RunBehavior runBehavior, Boolean returnStream)
 
 at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
 
 
 The message just tells me that the update processed failed because SQL
 timed out.  Yet other updates are getting through.  I spent today
 deleting old records in her database tables thinking maybe the
 database had grown so large that it was taking too look to search the
 records, but it did not fix the problem.  Any suggestions on how I can
 troubleshoot this problem futher?
  Navigation: [Reply to this message] |