dbTalk Databases Forums  

SQL2005 Performance Tool

microsoft.public.sqlserver.tools microsoft.public.sqlserver.tools


Discuss SQL2005 Performance Tool in the microsoft.public.sqlserver.tools forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
mwebb
 
Posts: n/a

Default SQL2005 Performance Tool - 02-03-2010 , 01:24 PM






We are having performance issues with our software vendor concerning the
performance of an application that uses SQL2005. The vendor thinks the poor
performance is due to our servers/network we don't agree. We think it is
their database design.

What tools are available to measure the performance of an SQL 2005 database?
--

Reply With Quote
  #2  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: SQL2005 Performance Tool - 02-04-2010 , 05:22 PM






mwebb (mwebb (AT) discussions (DOT) microsoft.com) writes:
Quote:
We are having performance issues with our software vendor concerning the
performance of an application that uses SQL2005. The vendor thinks the
poor performance is due to our servers/network we don't agree. We think
it is their database design.

What tools are available to measure the performance of an SQL 2005
database?
Database consultants. :-)

The prime tool I would use is to set up a server side trace that captures
the events RPC:Completed and SQL:BatchCompleted, and let it run for a
while, and then analyse the trace to see what queries takes the most
execution time, and then study these queries with regards to index and
other things that can affect performance.



--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinf...ons/books.mspx

Reply With Quote
  #3  
Old   
Dan Guzman
 
Posts: n/a

Default Re: SQL2005 Performance Tool - 02-07-2010 , 01:33 PM



I agree with Erland that SQL Trace is an invaluable tool to identify problem
queries. I usually specify a Duration filter (e.g. 1000000 microseconds) to
identify the most problematic long-running queries and tackle those first
with query and index tuning. There is also the case where you might have a
large number of short-running queries that use a lot of resources in
aggregate, due to execution and/or compilation costs. An unfiltered trace
can help identify those.

Also, consider that poor application performance can be due to an issue on
the database server, application server or client. Use Windows Performance
Monitor to measure utilization (CPU, disk, memory) on each.

--
Hope this helps.

Dan Guzman
SQL Server MVP
http://weblogs.sqlteam.com/dang/


"mwebb" <mwebb (AT) discussions (DOT) microsoft.com> wrote

Quote:
We are having performance issues with our software vendor concerning the
performance of an application that uses SQL2005. The vendor thinks the
poor
performance is due to our servers/network we don't agree. We think it is
their database design.

What tools are available to measure the performance of an SQL 2005
database?
--

Reply With Quote
  #4  
Old   
Geoff N. Hiten
 
Posts: n/a

Default Re: SQL2005 Performance Tool - 02-09-2010 , 09:15 AM



http://www.idera.com/Products/Free-Tools/SQL-check/

This is more of a quick "vital signs" check than a full database workup.
Still, it is a good starting point, especially for a free product.

--
Geoff N. Hiten
Principal SQL Infrastructure Consultant
Microsoft SQL Server MVP


"mwebb" <mwebb (AT) discussions (DOT) microsoft.com> wrote

Quote:
We are having performance issues with our software vendor concerning the
performance of an application that uses SQL2005. The vendor thinks the
poor
performance is due to our servers/network we don't agree. We think it is
their database design.

What tools are available to measure the performance of an SQL 2005
database?
--

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 - 2012, Jelsoft Enterprises Ltd.