Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Ok, at this new job of mine, we have 10 something stored procs. DBA says there are performance issues with a lot of them...he said maybe 400 but he doesnt know which ones...

 

I know I can turn on Profiler and look at Stored procs. ( he has profiler running all day long)..but what I want to find out is can I turn on Profiler (or something) on specific Stored Procs (or a set of stored procs) to see loops, exception path, etc ??

 

Basically What is the best way of monitoring SPs and finding out which ones need redesign and tuning etc?

  • 2 weeks later...
Posted
use Query Analyzer to check your code and use the Execution Plan to get a good idea on what's going with your SP's that's how I do it. Execution Planes gives you a really good report on each thing going on in your code.
Fat kids are harder to kidnap

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...