Category Archives: sqlbackupandftp

Solved: [JOB-BAK:2006#11008] Previous Full backup of a database was created with a different application

During the backup you can face the following warning:

[Warning] [JOB-BAK:2006#11008]. The previous full backup of <database name> database was created with a different application (non-SQLBackupAndFTP). You may not able to restore the database automatically using SQLBackupAndFTP.

Continue reading Solved: [JOB-BAK:2006#11008] Previous Full backup of a database was created with a different application

Service down alerts

If any live server goes offline, an administrator has to be notified. Many companies use some third-party services to do that.  But what if your SQL Server service crashed for some reason? Will you be notified right away or will find out after many lost sales and transactions? What if SQLBackupAndFTP itself crashed (while extremely rare, but everything happens) – how would you know your backups are not being done?

Service down alerts option in SQLBackupAndFTP covers all of these cases. If you enable it from the main screen (see the image on the right), an email will be sent to you in the following cases:

  1. If your server is down or
  2. If your SQL Server or MySQL is down or
  3. If the SQLBackupAndFTP service is down

If you need to email to multiple recipients – as usual, just separate it by a comma. You need a paid plan with a Full-Service subscription to use this option.

How to backup Azure SQL Database to Local Machine

Even though Azure SQL Database provides built-in backup, you may still want to create a local copy of your Azure SQL database. This could be handy for example when you want to keep database backup copy for free longer than allowed by Microsoft Azure built-in tools which are usually 7 to 35 days, depending on your service tier. Here we will explain in detail how to backup Azure SQL Database to a Local Machine.

Continue reading How to backup Azure SQL Database to Local Machine

How to backup remote SQL Server database using SQLBackupAndFTP

You can run scheduled backups of a remote SQL server using SQLBackupAndFTP. The standard BACKUP DATABASE command would not work on a remote SQL Server, so scripts would be the only option. Scripts are not as good as *.bak files because they are larger, do not support differential backups, and should be used only if you do not have an option to create *.bak files. If you want to know more – read a good explanation of why remote SQL backups are such a pain. Continue reading How to backup remote SQL Server database using SQLBackupAndFTP

How to send SQL Backup confirmations through my GMail, Hotmail or Yahoo account

If you have an active Full-Service subscription, then by default your mail server is set to Automatic (it is actually sent through our servers) and you don’t need to configure anything.  But if you use a free version of SQLBackupAndFTP, or your subscription has expired or you just want to configure your own mail servers – below are the instructions on how to do so. Continue reading How to send SQL Backup confirmations through my GMail, Hotmail or Yahoo account