How to Backup SQL Server to Windows Azure

Copy of DestinationsThere are many ways how to make SQL Server database backups, for example, you can perform backups with the help of T-SQL Commands or SSMS. Also, you can choose a destination where your SQL Server backups will be sent for storing, for example, Windows Azure. But how much time does it take to create a backup and then send it to Window Azure? With the help of SqlBak, you can perform a backup and then send it for storing to Windows Azure in a few minutes.

Read more

How to Backup SQL Server to Dropbox

How to Backup SQL Server to DropboxHow do you make your SQL Server database backups, with the help of T-SQL Commands, by using SSMS, or in any other way? Do you prefer to store your backup in the cloud, say, Dropbox? How much time do you spend every day to make your database backup and send them to Dropbox? In this article, we are going to explain how to backup SQL Server to Dropbox with the help of SqlBak in just 5 minutes.

Read more

How to Backup SQL Server to OneDrive for Business

How to Backup SQL Server to OneDrive for BusinessThere are many ways of making SQL Server database backup, and there are as many methods as to how and where to store them. But is your method really convenient for you? Let’s assume that your backup plan is a full backup once a day, differential backup every six hours and transaction log backup every hour, and all these backups you need to send to OneDrive for Business. If you perform all the scenarios manually, it would take almost all of your time every day. Fortunately, you can do it in minutes with the help of SqlBak.

Read more

How to Group Several Notifications into One Email

Using SqlBak you can set email confirmation to get email notifications of successful or failed backup jobs. This is a very important part of your database backup strategy which will keep you informed in case if one of your backups failed.

On the other hand, sometimes notifications can be very annoying especially if you get several consequent errors within a short period of time. That’s why SqlBak has an option to merge several emails into a single one. Continue reading to see how it actually works.

Read more

When Does One Need to “DBCC SHRINKFILE”

Untitled drawing (4)Internet is teeming with information that using DBCC SHRINKFILE operation on a regular basis is a bad practice, and we agree in general. It can lead to low performance and high fragmentation. We recommend avoiding shrinking the data and log files unless you have a good reason to do it (see below). If you have such a reason  – you can find some useful tips below.

Read more