FAQ

How to upgrade SQL Server Backup to the latest version?

1 ). Upgrade from 8.x or later

  • Download a new copy of SQL Server Backup.
  • Uninstall old version. ( Important)
  • Install new version to original directory.

After upgrade the product , please double check previouse jobs , see if there is anything changed.

2 ). Upgrade from 6.x or 7.x

  • Delete all scheduled jobs in v7 / v6 or Control Panel->Task Scheduler.
  • Uninstall the v7 version to remove old backup agent service. (This step is very important. )
  • Download a lastest version of SQL Server Backup.
  • Install new version to original directory or new directory.
  • Re-enter your license key .
  • If you install to original directory , please double check the old job and configuration , see if there is anything changed .
  • Re-create scheduled task for your job ,because it use own scheduler engine since v8.

 

I get "Access is denied" error when I back up SQL server database to a network shared folder.

Storage server saves backup to target shared folder , but Storage Server service is running as Local System account in default . Local System account may not have enough privileges to access the network shared folder. So you can change DataBK Storage Server service account to a new one in in Control Panel->Administrative Tools->Service , see following : (Please note that : Server that shares the folder should also has the same account name and password . )

Microsoft SQL Server 2012 backup and restore supports

SQL Server Backup is able to back up and restore the latest Microsoft SQL Server 2012. When you configure the backup instance, please select a correct SQL server edition.

And this software is also able to restore SQL server 2005 and/or 2008 backup to SQL 2012 server, it is very easy to do that, just define a new restore job to migrant an early version database to SQL 2012 server.

microsoft sql server 2012 backup and restore supports

What are system databases in Microsoft SQL Server?

System databases of SQL Server includes master , model , msdb , distribution.

The model database is a template, used by SQL Server when creating other databases, such as tempdb or user databases. When a database is created, the entire contents of the model database are copied to the new database.

The msdb database is used by SQL Server, SQL Server Enterprise Manager, and SQL Server Agent to store data, including scheduling information, and backup and restore history information.

What is DataBK SQL Server Backup?

SQL Server Backup is a professional backup and restore utility for Microsoft SQL Server 7.0 ,2000 , 2005,2012 , MSDE , WMSDE , SQL Server 2005 Express. It's a user-friendly wizard and rich features make it perfect for both beginner and expert SQL Server administrators. This program runs on Windows NT/2000/XP/2003/2008/win7/win8.