November 17, 2012 2:00 PM
Posted by: Denny Cherry
Backup & recovery,
BACKUP DATABASE,
CREATE TRIGGER,
Data Loss,
Database,
Database Administration,
DDL Trigger,
Recovery,
SQL Server,
SQL Server 2008 R2,
SQL Server 2012,
T/SQL,
Transactions,
Trigger,
xp_create_subdirOne 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 plans to handle the backup and pruning of their transaction logs. As all the new databases are...
June 25, 2012 2:00 PM
Posted by: Denny Cherry
Data Center Build,
Migration,
Restore Database,
SQL ServerEvery 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 Provider. When I'm doing this the data sizes typically aren't small. In the case of my current project...
May 28, 2012 2:00 PM
Posted by: Denny Cherry
Backup & recovery,
Log Shipping,
Migration,
Restore Database,
SQL ServerA 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 reliable.
- It's easy to do (I've got plenty of scripts sitting around to...
February 27, 2012 2:00 PM
Posted by: Denny Cherry
Backup & recovery,
EMC,
SQL Server,
Storage,
Virtualization,
VMwareSo if you follow me on twitter you might have seen this tweet a little while back.
December 27, 2011 2:00 PM
Posted by: Denny Cherry
Back To Basics,
Backup & recovery,
Recovery,
SQL ServerOne 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? Things like checking for corruption (DBCC CHECKDB), index defragmentation, backups, etc.
The...
October 31, 2011 2:00 PM
Posted by: Denny Cherry
Backup & recovery,
SQL Server,
vCenter,
VMwareVMware'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. Often I find the vCenter databases configured in SIMPLE recovery. Now this doesn't mean that the...
September 12, 2011 2:00 PM
Posted by: Denny Cherry
Backup & recovery,
DR,
SQL ServerBack 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...
August 22, 2011 2:00 PM
Posted by: Denny Cherry
Backup & recovery,
Replication,
Restore DatabaseSo the other day I had to restore the SQL Server replication publisher. When I restored it I made sure to use the KEEP_REPLICATION option on the restore (also available in the SSMS UI) so replication should come back online. However when I restarted the log reader I the following error...
July 7, 2011 2:00 PM
Posted by: Denny Cherry
Backup & recoveryI recently installed HyperBac on a clients SQL Server to reduce the amount of space needed to store their backups. Specifically we were looking to reduce the amount of space the log backups took, but I was curious to see how much space the full backups would be reduced by.
The full backups...