online poker

TempDB Capacity Planning, Optimizing For Performance and Troubleshooting Insufficient Disk Space

Posted by: Delamater  :  Category: SQL Server Performance Tuning

There are three must read articles  by Microsoft regarding the TempDB

Be sure to check them out!

Share/Save/Bookmark

Plan Caching in SQL Server 2008

Posted by: Delamater  :  Category: SQL Server Performance Tuning, White Papers

I had the pleasure of meeting Greg Low recently, a Microsoft Certified Master. Greg is an amazingly intelligent individual, with all kinds of SQL Server experience. Greg has updated the Plan Caching paper originally written for SQL 2005, and made it relevant for SQL 2008. You can find that paper located here. I encourage you to read it, it is amazingly important for anyone doing performance tuning.

Share/Save/Bookmark

SQL Server Wait Types

Posted by: Delamater  :  Category: SQL Server Performance Tuning

Been meaning to blog more, but yowsas, time flies by. Anyhoo, this link is great for determining the exact nature of a wait type, and what it means. Read more…

Share/Save/Bookmark

Working with tempdb in SQL Server 2005

Posted by: Delamater  :  Category: SQL Server Performance Tuning, Storage Discussions, White Papers

Wow, it’s been a while since I posted last, so let’s get right to it. Microsoft has an interesting read on this article concerning the TempDB.

Read more…

Share/Save/Bookmark

Disk Partition Alignment Best Practices For SQL Server

Posted by: Delamater  :  Category: SQL Server Performance Tuning

You know, Microsoft has been putting out a steady stream of pretty cool articles. This one, shows some quantifiable data as it relates to disk partitioning. (Thanks to my buddy Marc for pointing this one out to me!)

Read more…

Share/Save/Bookmark

Performance Analysis With Logs (PAL)

Posted by: Delamater  :  Category: SQL Server Performance Tuning

Have you guys seen the new Performance Analysis with Logs (PAL) tool posted by Microsoft at codeplex for tuning any type of system using performance counters? It’s pretty amazing to say the least. Read more…

Share/Save/Bookmark

Troubleshooting Performance Problems in SQL Server 2005

Posted by: Delamater  :  Category: SQL Server Performance Tuning, Scripts

Hi all, the following guide was taken from Microsoft’s best practices site. I’ve found out through the years that our product has been challenged by many of the performance problems listed in this guide, so it is definitely a good read!

You can find the Microsoft link here:

Here is the document for your reference as well: tshootperfprobs

Share/Save/Bookmark

How to Troubleshoot SQL Server CPU Bottlenecks

Posted by: Delamater  :  Category: SQL Server Performance Tuning, Scripts

Assuming you don’t have already have a fancy tool like Quest Software’s Performance Analyzer, or you aren’t using the Performance Dashboard offered by Microsoft, one way to quickly determine if you are CPU bound and what is actually utilizing your CPU utilization is to use a couple queries. I borrowed some information from the Microsoft document called Troubleshooting Performance Problems in SQL Server 2005 below. Read more…

Share/Save/Bookmark

DMV Stats by Microsoft, a Hit or Miss?

Posted by: Delamater  :  Category: SQL Server Performance Tuning

Hi again,

A few months back our firm decided that performance was enough of a problem for our product that we figured hiring a Microsoft consultant to come out would be a good idea. We learned a lot from the analyst, not so much in terms of things we didn’t already know, but really, useful tools to help make our performance tuning easier. Along with the Performance Dashboard, which I ultimately wrote an entire training manual on, Mr. Microsoft Guy also told us about DMV Stats. If you are already aware of this tool, please stop reading now. However, if you are interested in knowing what it is, check out this link…

Read more…

Share/Save/Bookmark

SQL Server Best Practices

Posted by: Delamater  :  Category: SQL Server Performance Tuning

Hi everyone,

 

It’s been a while since I posted last, but I think you’ll like this latest post. Short and sweet, right to the point, you have to see this website: 

Read more…

Share/Save/Bookmark