Choosing a database backup strategy is crucial because it determines how data in your SQL Server database is protected. You can read more about database backup strategies, but here we are going to present you some statistics on how SQLBackupAndFTP users backup their databases. The numbers are based on a sample of about a thousand users. Continue reading What are the most common backup strategies?
All posts by Alex
Where Do People Prefer Keeping Their SQL Backups?
Have you been asking yourself what kind of storage is the most appropriate for keeping your database backup? While there is no 100% perfect answer, in this blog post we are going to share with you some statistics that may help you in this matter. Continue reading Where Do People Prefer Keeping Their SQL Backups?
How to Move SQLBackupAndFTP License to a New Computer / Server
Sometimes it is necessary to move the SQLBackupAndFTP license to a new computer or server, but how to do it? Here is the short tutorial which will help you to move your SQLBackupAndFTP license to a new computer or server just in a few minutes. Continue reading How to Move SQLBackupAndFTP License to a New Computer / Server
A nonrecoverable I/O error occurred on file
Making scheduled SQL Server database backups you can receive the following error message:
DETAILED LOG: 10/10/2016 11:32:40 Creating backup of Adventureworks to C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\Backup (full) 10/10/2016 11:32:40 ERROR: A nonrecoverable I/O error occurred on file "C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\Backup\Adventureworks201610101132.bak:" 112(failed to retrieve text for this error. Reason: 15105). BACKUP DATABASE is terminating abnormally.
Continue reading A nonrecoverable I/O error occurred on file
This BACKUP or RESTORE command is not supported on a database mirror or secondary replica
During the backup process, you can get different error messages, it doesn’t matter how you make SQL Server database backups. You can backup your database using T-SQL Commands, SSMS or SQLBackupAndFTP. Assume during the backup process, you receive the following error message: Continue reading This BACKUP or RESTORE command is not supported on a database mirror or secondary replica
Access denied for user “Server\User”
Making scheduled SQL Server database backups with the help of SQLBackupAndFTP you can face some issues. Here we are going to discuss one of them. Let’s assume you created a scheduled database backup job and made all necessary settings, even clicked the “Run Now” button to check the backup job and everything works perfectly. But when a time comes to make a backup according to the schedule you receive the following error message: Continue reading Access denied for user “Server\User”
How to restore an SQL Server database from backup
This article shows several ways you can restore an SQL Server database backup. In particular, we will consider how to restore a database
Continue reading How to restore an SQL Server database from backup
Backup and Restore Utility SQLBackupAndFTP
In that blog post let’s talk about one of the crucial questions in the life of every DBA it is SQL Server database backup and restores process, which you can cover using backup and restore utility SQLBackupAndFTP. You can install this tool on your machine or personal computer and it will do all work for you. So here is a short tutorial how you can protect your SQL Server database using backup and restore utility. Continue reading Backup and Restore Utility SQLBackupAndFTP
BACKUP LOG cannot be performed because there is no current database backup
Working with SQL Server you face a lot of different error messages. Some of them can be solved in a minute, others required more time. In this blog post, we are going to talk about error messages like “BACKUP LOG cannot be performed because there is no current database backup.” Here is a full error message:
Msg 4214, Level 16, State 1, Line 1 BACKUP LOG cannot be performed because there is no current database backup. Msg 3013, Level 16, State 1, Line 1 BACKUP LOG is terminating abnormally.
Continue reading BACKUP LOG cannot be performed because there is no current database backup
The log in this backup set begins at LSN, which is too recent to apply to the database
All users who’re working with SQL Server sooner or later face with the following error message:
Msg 4305, Level 16, State 1, Line 1 The log in this backup set begins at LSN 42000000037600001, which is too recent to apply to the database. An earlier log backup that includes LSN 42000000034400001 can be restored. Msg 3013, Level 16, State 1, Line 1 RESTORE LOG is terminating abnormally.