Cloud probably isn’t going to be a very good backup solution for you
Back on July 19th, there was a blog post that I was pointed to which talked about tossing your backup solution and using cloud for your backup instead. Basically the points which are made are that...
View ArticleVMware’s vCenter and SQL Server Database Backups
VMware’s vCenter system uses SQL Server as it’s default database platform. One thing that needs to be looked into for a lot of VMware installations is the backup setup for the vCenter databases....
View ArticleBack To Basics: Why isn’t maintenace automatic?
One of the questions which I see pop up from time to time (especially when I used to work for a VAR that wrote software for small businesses) is why doesn’t SQL Server do the maintenance automatically?...
View ArticleBuilding a new CoLo – Part 1 of n
So if you follow me on twitter you might have seen this tweet a little while back. Since there aren’t many people out there that get the chance to buy and build a brand new data center from scratch, I...
View ArticleFiguring out how log shipping is doing
A lot of the time when doing data center migrations or system migrations I end up using Transaction Log Shipping to get the data from one SQL Server to another. I do this for a few reasons. It’s...
View ArticleMoving huge amounts of data between data centers
Every once and a while I get the fun project of moving a data center from one location to another, often from a Managed Service Provider to either a CoLo facility or to another Managed Service...
View ArticleBackup Databases on Creation
One of the companies which I work with has the occasion to create new databases when they do releases of their software. Normally this isn’t a problem, except that they are setup to use maintenance...
View ArticleMoving a Sharepoint Site Between Farms With Different Templates
A client came to be with a pretty scary problem. Their SharePoint site was totally down. The databases were there but the actual SharePoint farm was totally dead. All of the SharePoint tools said...
View ArticleBackups & the Buffer Pool
As we know with Microsoft SQL Server everything is processed from disk and loaded into the buffer pool for processing by the query engine. So what happens to the buffer pool when backups are taken?...
View ArticleEncryption and Compression
We have a variety of options when it comes to compression and encryption in SQL Server. When using both compression and encryption you have to understand how each of these work and when they wil lwork...
View Article