dbTalk Databases Forums  

Tools to analyze SP

microsoft.public.sqlserver.programming microsoft.public.sqlserver.programming


Discuss Tools to analyze SP in the microsoft.public.sqlserver.programming forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Kenny M.
 
Posts: n/a

Default Tools to analyze SP - 04-19-2005 , 08:27 PM






hi

I have 40 SP, most of them are symple, but I want to get the most

What tools can you recomend to analyze my SP and get suggestions about
performance?

thks

Reply With Quote
  #2  
Old   
Michael C#
 
Posts: n/a

Default Re: Tools to analyze SP - 04-19-2005 , 08:58 PM






One of my all-time favorites is the Execution Plan function in QA... It
gives you pretty good hints as to where the bottlenecks are in your queries
and SPs.

"Kenny M." <KennyM (AT) discussions (DOT) microsoft.com> wrote

Quote:
hi

I have 40 SP, most of them are symple, but I want to get the most

What tools can you recomend to analyze my SP and get suggestions about
performance?

thks



Reply With Quote
  #3  
Old   
Resant
 
Posts: n/a

Default Re: Tools to analyze SP - 04-19-2005 , 09:24 PM



I'm agree with you.
But is it possible to debug SP? Can you tell me how to do it?

Thanks


Reply With Quote
  #4  
Old   
Michael C#
 
Posts: n/a

Default Re: Tools to analyze SP - 04-19-2005 , 09:31 PM



Ahhh debugging. I go old school on that. I think I read that you can use
VS.NET to debug SP's, but I haven't had a need to do that yet. Someone else
would have to give you the specifics. You might find more info on the
wherefore's and how-to's on MSDN...

"Resant" <resant_v (AT) yahoo (DOT) com> wrote

Quote:
I'm agree with you.
But is it possible to debug SP? Can you tell me how to do it?

Thanks




Reply With Quote
  #5  
Old   
Aaron [SQL Server MVP]
 
Posts: n/a

Default Re: Tools to analyze SP - 04-19-2005 , 10:40 PM



I don't find much value in it personally (PRINT and RAISERROR work pretty
well for me). But Query Analyzer is capable of debugging... see
http://www.aspfaq.com/2455 for a little bit of info.

--
This is my signature. It is a general reminder.
Please post DDL, sample data and desired results.
See http://www.aspfaq.com/5006 for info.




"Resant" <resant_v (AT) yahoo (DOT) com> wrote

Quote:
I'm agree with you.
But is it possible to debug SP? Can you tell me how to do it?

Thanks




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.