ramana3327
SSCoach
Points: 19722
More actions
April 13, 2014 at 7:23 pm
#284481
Hi,
I want to find out the time out errors for a particular SP. Please let me know how to check that?
Thanks,
Ramana
Shawn Melton
SSC-Insane
Points: 24685
April 13, 2014 at 7:38 pm
#1705621
You can go through this video on finding query timeouts from MidnightDBAs.
You basically use Profiler or server-side trace to track the T-SQL starting and ending events. The statements that have a starting event and no ending event are prime candidates for problems.
Shawn MeltonTwitter: @wsmeltonBlog: wsmelton.github.comGithub: wsmelton
April 13, 2014 at 9:35 pm
#1705624
Thanks Shawn
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply