SqlBak Blog

Backup best practices – a shortlist

backup best practicesIf you’re here, then there’s a high chance you already know the importance of good backups and what they mean to a serious business.

Taking care of database backups is an important and very sensitive job.

This is why we tried to make a shortlist of some backup best practices that you should be aware of when you’re either doing backups or you’re trying to restore them, in order to be covered for any of the common and slightly uncommon situations involving backups.

Read more

Restore SQL Server database remotely

Imagine how cool would it be: you are on vacation on a beach when you receive a panicked email from your client telling you he has lost all his data. You take your smartphone, log in to sqlbak.com, press “Restore” next to the last backup, and in a few minutes tell the client that his database was restored. This is as close to James Bond as a database administrator could ever get!

Read more

Backup the Transaction Log When the Database is Damaged

Backup the Transaction Log When the Database is DamagedThis post will address the issue of backing up the Transaction Log in the unfortunate eventuality when your SQL Server Database is damaged.

We will offer details regarding how you can do your Transaction Log backup with either T-SQL queries or by using the graphical interface of SSMS (SQL Server Management Studio) in a step-by-step example.

Read more

How To Configure Backup Compression

backup6Now that we have previously discussed about backup compression, it is time we offer details about how to configure compression for your backups.

Just as a short reminder, backup compression is a powerful feature offered by SQL Server (versions 2008 and newer) that allows you to shrink the amount of storage space used by your backup files while at the same time increasing the speed of recovery, which goes hand in hand with lower CPU usage when restoring the database from your backup.

Read more