I am using sql server 2005 and i want to measure some query performance using an analyzer tool…. Any good tool (free/Open Source) that you can refer…..
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
SQL Server Profiler comes with SQL Server 2005 tools, and can be used to show resources used to perform a query/many queries.
As always, SQL Server Management Studio (also from the tools) can be used to generate execution plans and determine query performance.
EDIT
I’d like to also add this link to Displaying Graphical Execution Plans (SQL Server Management Studio). I intended for this to be the link above, but I got my tabs confused 🙁