Sep 19, 2012 | Blogging, Storage |
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...
Mar 16, 2010 | IO, SQL Server 2008, SQLServerPedia Syndication, Storage |
This is a short post on enabling file streaming. I have read a few sources that cover the same topic but I like to write about these things to reinforce my knowledge. If you are interested in these other useful resources and to be honest this is where I learned about...
Feb 23, 2010 | Recovery, Snapshots, Storage |
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...
Feb 16, 2010 | Recovery, SQL Server Internals, Storage |
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...
Feb 7, 2010 | IO, Performance, 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...