SQL timeout expire

  • Hi Expert,

    We are getting sql timeout expire error from Microsoft Dynamic CRM application. I am not getting any error msg in sql error log. After restarting sql services. CRM application start working.

  • No, you won't get an entry in the SQL error log. A timeout is a client-side error, it's the client deciding that it's waited too long for a query to complete and telling SQL Server to abort the execution.

    You'll need to identify what the application was running when it timed out, then investigating why that query is taking so long. Typical timeout periods are 30 seconds.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • Please check the TCP Chimney Offload option as it can cause the network related issues.

    Below is the reference link from Microsoft.

    https://support2.microsoft.com/default.aspx?scid=kb;EN-US;942861

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply