Remote SQL Server backups explained
Remote SQL backups are complicated. We will explain why and show all the available options to make the backups anyway.
differential
Remote SQL backups are complicated. We will explain why and show all the available options to make the backups anyway.
SQLBackupAndFTP creates standard *.bak files when it runs locally on the same computer where SQL Server is. For remote SQL Server computer […]
By default SQLBackupAndFTP stores backups in file names like DatabaseNameYYYYMMDDHHMM.zip (eg Pubs201801011120.zip). But you can also use custom file names if you […]
Here we tried to answer the most asked questions. If you couldn’t find an answer here you can ask your question on […]
SQLBackupAndFTP runs database backups automatically and most of the users schedule it via windows interface/GUI. But you can also start a backup […]
Have you seen our brand-new version 11 of SQLBackupAndFTP? If yes, then you have also noticed that its looks and feels very […]
Choosing a database backup strategy is crucial because it determines how data in your SQL Server database is protected. You can read more about […]
This article shows several ways you can restore an SQL Server database backup. In particular, we will consider how to restore a […]
In that blog post let’s talk about one of the crucial questions in the life of every DBA it is SQL Server 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 […]