Grant Fritchey SQL Server Execution Plans – eBook Download Why is my query running slow? Why isn't my index getting used? In order to answer these questions, you have... 07 October 2009 1 min read
Gail Shaw Finding the causes of poor performance in SQL Server, Part 2 In the first part of this series of articles, Gail showed how to find the procedures that contributed most to... 03 April 2009 28 min read
Gail Shaw Finding the Causes of Poor Performance in SQL Server, Part 1 To tackle performance problems with applications, you first find the queries that constitute a typical workload, using SQL Profiler: Then,... 09 March 2009 13 min read
.NET Ryan Garaygay in .NET Using a Profiler to Speed Application Performance Use a profiler to measure before you optimise. If ever you doubt this advice, then you should read this fascinating... 27 February 2009 4 min read
Grant Fritchey Understanding More Complex Query Plans In order to be able to tackle performance issues in SQL Server , and write effective SQL, it is essential... 26 February 2009 30 min read
Brad McGehee How to Identify Slow Running Queries with SQL Profiler With SQL Server Profiler, it is easy to discover all those queries that are running slowly. Once poorly performing queries... 03 February 2009 40 min read
Grant Fritchey Graphical Execution Plans for Simple SQL Queries Learning how to read and analyze execution plans takes time and effort. But once you gain some experience, you will... 16 December 2008 41 min read
Mario Broodbakker Investigating SQL Server 2008 Wait Events with XEVENTS Some reasons for the slow-running of database applications aren't obvious. Occasionally, even the profiler won't tell you enough to remedy... 24 July 2008 9 min read
Amirthalingam Prasanna The Why and How of .NET Profiling Amirthalingam Prasanna gives a simple and practical guide about why you need to profile your .NET applications and how you... 12 May 2008 8 min read
Phil Factor Robyn Page NET Performance Cribsheet Robyn and Phil tackle the topic of how to make .NET applications perform well. As usual, they try to take... 11 May 2008 27 min read
Grant Fritchey Execution Plan Basics Every day, out in the various discussion boards devoted to Microsoft SQL Server, the same types of questions come up... 11 May 2008 44 min read
James Moore Make sure your .NET applications perform Improving the performance of your application often boils down to rephrasing the problem you are trying to solve. James discusses... 30 October 2007 12 min read
Grant Fritchey SQL Server Performance Crib Sheet Grant Fritchey provides an eagle-eye view of effective tools, strategies and techniques for SQL Server performance measurement, tuning and testing.… 31 May 2007 33 min read
Mario Broodbakker Taking the Guesswork out of SQL Server Performance Profiling Part 2 SQL 2005 wait event statistics are a good step forward, but are only useful for isolated testing, and to get... 18 May 2007 21 min read
Mario Broodbakker SQL Server Wait Events: Taking the Guesswork out of Performance Profiling Measuring what is actually happening is always the best course of action when investigating performance issues on databases, rather than... 22 March 2007 16 min read
Grant Fritchey SQL Server Performance Testing When faced with two viable solutions to a badly compromised database design, one using clustered indexes and the other compound... 15 May 2006 2 min read
Andy Warren Performance tuning tips for database developers Performance tuning is not easy and there aren't any silver bullets, but you can go a surprisingly long way with... 17 May 2005 4 min read
Paul Glavich .Net application profiling Performance is a concern for all but the simplest of applications. Making your applications perform well seems a simple enough... 13 April 2005 10 min read
Helen Joyce Understanding XML web services for testers This White Paper investigates how XML web services are implemented, considers the customizable features of web services and looks at... 13 April 2003 15 min read
Neil Davidson Web Services Testing This article aims to give an introduction to the challenges in testing web services, for those who do not have... 13 March 2003 13 min read