Latest In

database

Improve SQL Server Performance by Looking at Plan Cache (Part 3)
October 3, 2013
Thomas LaRock
You can use the information in the SQL Server plan cache to research performance issues and investigate opportunities for performance improvement. In this three-part article series, we’ve examined several important…
Improve SQL Server Performance by Looking at Plan Cache (Part 2)
October 3, 2013
Thomas LaRock

The SQL Server plan cache can be a good tool to use in identifying current performance issues and in looking for new ways to improve performance.

Improve SQL Server Performance by Looking at Plan Cache (Part 1)
October 3, 2013
Thomas LaRock

The SQL Server plan cache stores details on statements that are executed over time. Each time a statement executes, SQL Server will look inside the plan cache first to see if a plan already exists. If a plan exists, SQL Server will use that plan instead of spending time compiling a new plan. This ensures the engine operates efficiently.

SQL Server Consolidation, Part 3
December 20, 2012
Thomas LaRock
I wrote a couple of posts previously on SQL Server consolidation. The first post tried to give insight on some of the problems and associated motivating factors that most companies have…
SQL Server Consolidation, Part 2
December 20, 2012
Thomas LaRock
Consider for a moment that you have a deck attached to your house. It is one story above ground level and is growing weaker with each passing year. The former…
SQL Server Consolidation, Part 1
December 20, 2012
Thomas LaRock
I am seeing more than a handful of articles these days regarding SQL Server virtualization and/or consolidation. Lots of companies are coming forward to provide you tools that will take…
Performance Counters for Database Mirroring
December 19, 2012
Thomas LaRock
We have customers using database mirroring, so I wanted to take some time to write a quick post regarding database mirroring and performance monitoring. Microsoft has published an article titled…
Performance Tuning and Time Invested
December 17, 2012
Thomas LaRock
I never cared for the phrase “wasted time” when it comes to something like performance tuning. Sure, we all feel that way, especially when we spend hours on something only…
Have You Made These 5 Database Design Mistakes?
November 15, 2012
Thomas LaRock
Look, everyone makes mistakes. It’s true. But not all of us have the chance to make mistakes that end up costing millions of dollars in hardware and production support costs.…
SQL Server CXPacket Wait Type
November 13, 2012
Thomas LaRock
When are CXPACKET waits a problem? Note: This article, by Thomas LaRock, was posted 8/19/2013 and supercedes the previous version. This update has been made in response to comments made on the original article…
1789