﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2005 / Backups  / server performance. / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Tue, 18 Jun 2013 22:28:39 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: server performance.</title><link>http://www.sqlservercentral.com/Forums/Topic538288-357-1.aspx</link><description>Here is what I do1) Open SQL Profiler2) Determine the counters that you need     **In my case I usually start with a blank template and add what I need to look at. If you are looking for query issues watch T-SQL: Statement      Completed and Stored Procedures: SP Completed. I use these because they both will show the full statement that is executed.3) I set the Column filters so that I only see the Database I want to watch for performance by limiting it to a specific database ID    [code]SELECT DBID FROM SYS.SYSDATABASES WHERE NAME = ' [/code]4) I set the column filters to watch for long running SQL Statements. This is done by setting the Duration setting to greater than or equal to 500     milliseconds. This may or may not be long enough for your Database, but the idea is to limit the number of returns that you see.This will at least provide you a picture of what is going on in the Database. After that, you'll need to look at physical Server performance like disk queuing and memory swapping. However, that is OS level type stuff that indicates different issues.</description><pubDate>Tue, 22 Jul 2008 15:03:58 GMT</pubDate><dc:creator>Jeffrey Irish</dc:creator></item><item><title>server performance.</title><link>http://www.sqlservercentral.com/Forums/Topic538288-357-1.aspx</link><description>                  [left]my server is running very slow.what should be the     accurate way of trouble shooting it .provide the step by step very clear procedure [/left]:P</description><pubDate>Tue, 22 Jul 2008 03:31:53 GMT</pubDate><dc:creator>shahbaz.oradba</dc:creator></item></channel></rss>