Archives for: "February 2011"

Calculating SQL Server Data Compression Savings
Feb 27th
SQL Server 2008 Enterprise edition comes with an opportunity for storing table or index data in a compressed format which may save huge amount of storage space and - much more important - IO requests and buffer pool utilization. There's two different… mehr »

SQL Server Start Time
Feb 22nd
Have you tried finding out the time, your SQL Server instance has been started? There are some sophisticated solutions, like the one from Tracy Hamlin (twitter), which takes advantage of the fact that tempdb is re-created every time, SQL Server starts.… mehr »