﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Administering / SQL Server 2005  / 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>Sun, 19 May 2013 07:18:19 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Performance</title><link>http://www.sqlservercentral.com/Forums/Topic500260-146-1.aspx</link><description>As a beginning...First you should read this: http://www.microsoft.com/technet/prodtechnol/sql/2005/tsprfprb.mspxTo be sure you do not have any bottle neck in your system. Then i'll start with SQL profiler, for example, with querys than lasts more than 10 seconds (depends on your server)On perfmon, ill keep track of these counters:	Network Interface(*)\Output Queue Length	PhysicalDisk(*)\% Disk Time	PhysicalDisk(*)\Avg. Disk Queue Length	PhysicalDisk(*)\Avg. Disk sec/Read	PhysicalDisk(*)\Avg. Disk sec/Write	Processor(_Total)\% Processor Time	SQLServer:Buffer Manager\Buffer cache hit ratio	SQLServer:Buffer Manager\Checkpoint pages/sec	SQLServer:Buffer Manager\Lazy writes/sec	SQLServer:Buffer Manager\Page life expectancy	SQLServer:Cursor Manager by Type(_Total)\Cursor Requests/sec	SQLServer:SQL Statistics\Batch Requests/sec	SQLServer:SQL Statistics\SQL Compilations/sec	SQLServer:SQL Statistics\SQL Re-Compilations/secThen keep track of current index usage with the dmv dm_db_index_usage_stats and prepare your own indexes taking a orientative look on dm_db_missing_index_group_stats.Take your time as SQL Server Index Tuning Advisor checks each query separately for the whole workload, and usually recommends indexes you should mix to get one useful for many querys.Good luck.</description><pubDate>Thu, 15 May 2008 01:45:39 GMT</pubDate><dc:creator>josemyj</dc:creator></item><item><title>RE: Performance</title><link>http://www.sqlservercentral.com/Forums/Topic500260-146-1.aspx</link><description>You could try profiler and perf mon</description><pubDate>Wed, 14 May 2008 03:25:50 GMT</pubDate><dc:creator>GRE (Gethyn Ellis)</dc:creator></item><item><title>Performance</title><link>http://www.sqlservercentral.com/Forums/Topic500260-146-1.aspx</link><description>Hi,       Can any one tell me how can i see the performance of database and application in sql server 2005 if 1000 users are working with database?Thanks,Sunil</description><pubDate>Wed, 14 May 2008 03:22:11 GMT</pubDate><dc:creator>su_kumar11</dc:creator></item></channel></rss>