how to capture timeout-ed queries using profiler?

  • I could not find anything by googling. Anyone have ideas?

    Thanks!

  • As far as I know, there is no such parameters used for timeout exclusively.

    May the following link help in configuring your profiler. Use search engine, type in timeout, you can find the right content.

    http://support.microsoft.com/kb/224587

  • Thank you! I will give it a try.

  • As far as I know, there is no such parameters used for timeout exclusively.

    May the following link help in configuring your profiler. Use search engine, type in timeout, you can find the right content.

    http://support.microsoft.com/kb/224587

  • Know what the database request timeout is, and then look for things coming from the offending application with durations exceeding this. The default timeout for ADO is 30 seconds. The duration won't exceed it by much - Timeout + time to roll back the transaction + up to another second.

Viewing 5 posts - 1 through 4 (of 4 total)

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