Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Time-outs front end

Author  Topic 

basicconfiguration
Constraint Violating Yak Guru

358 Posts

Posted - 2013-06-13 : 18:31:34
My front end application time-outs doesn't display on sql profiler. Any ideas why?

TG
Master Smack Fu Yak Hacker

6065 Posts

Posted - 2013-06-13 : 20:44:43
change your profiler trace event to SQL:BatchStarting and RPC:Starting rather than completed. If you see that show up then your sql is taking longer than your timeout settings. If it never makes there to profiler then something in your application code is broken. That is assuming your app is pointing the same server you are profiling.

Be One with the Optimizer
TG
Go to Top of Page
   

- Advertisement -