To the cloud!

This last year or so I have been backing up my important files to cloud. I started using SkyDrive and Windows Live Mesh. This has been great thus far. You get 5GB free and that has been adequate for me needs in the main. You can choose specifically the files and...

Setup a Database Snapshot

I have been tinkering lately with database snapshots and I thought the subject warranted a short post on the subject. This post will details a few things of note about snapshots and how to create a snapshot on your database. Database snapshot provide a read-only point...

SQL Server – Checkpoint

What is a SQL Server checkpoint? A SQL Server checkpoint is the process of writing all dirty datafile pages  out to disk. A dirty page is page that has changed in memory (buffer cache) since they were read from disk or since the last checkpoint. This is done...

SQL Server Storage

This is a short post on SQL Server storage best practice and what i have learned over the years… Much of this information can be found in Microsoft’s document on Storage Best Practice and this can be found here Test your setup before deployment. MS have useful utility...