SQL Server 2008 – Filtered Indexes
SQL Server 2008 introduces a new feature called Filtered Index. A filtered index is a way of adding a WHERE clause to the index definition… Read More »SQL Server 2008 – Filtered Indexes
SQL Server 2008 introduces a new feature called Filtered Index. A filtered index is a way of adding a WHERE clause to the index definition… Read More »SQL Server 2008 – Filtered Indexes
The biggest benefit that I see with the new backup compression in SQL Server 2008 is that it improves the speed of the restore. The… Read More »SQL Server 2008 – Backup Compression
In SQL Server, an empty or a null column still would take up space in the database, so even if you added a column that… Read More »SQL Server 2008 – Sparse Columns
Tonight I had the opportunity to present to the Bellingham .NET users group. About 30 people showed up for the presentation. SQL Server Performance… Read More »SQL Server Performance Tuning for the Bellingham .NET users group
The following applies to SQL Server 2008. How big of an allocation does max represent in the case of varchar(max) and varbinary(max)? Up to 2… Read More »varchar(max) and varbinary(max) Questions and Answers
Cleaning up extra indexes, and implementing parameterized queries. I don’t know how many times I have had to explain the difference between a clustered index… Read More »More database performance tuning.
The quick and easy way to determine how much memory your SQL Server is using is to look at the Task Manager on the server… Read More »Query SQL Server 2008 Total Memory Usage
I recently have had the opportunity to work on performance tuning on Microsoft SQL Server 2005. Recently I have been doing more with performance tuning… Read More »How much Procedure Cache memory does one SQL Statement take up?
This week I started working at Emergency Reporting doing database performance tuning and scalability work. Currently this is a half time gig focused on SQL Server… Read More »Database Tuning at Emergency Reporting
SQL Server can run in a number of different compatibility levels, but how do you change it and how do you set it. These compatibility… Read More »SQL Server 2008 compatibility levels