SQL Server Window: selecting SQL Servers for database backups

 

The SQL Servers window is where you can configure Microsoft SQL Server database backups. BackupAssist can authenticate to SQL servers using either Windows or SQL authentication. To perform transaction log backups of your SQL databases, you need to create a job using the SQL Method.
Creating additional backup jobs
Choosing a backup method

The database backup works by logging into your SQL Server and performing a database backup to files (with .bak extension). These SQL backup files are then transferred to your backup device (tape, hard drive, network server, etc.) This design gives you maximum flexibility when you need to do a restoration, because your SQL Server does not need access to your tape drive (or other backup device).

To access the SQL server Window :

  1. Click Jobs in the navigation bar
  2. Right-click on the desired job and select Edit.
  3. Click SQL server on the left menu.

MSSQL server selection
Add one or more SQL servers for backup to your backup device. The backup of each SQL server can be configured separately to include individual SQL databases or all databases on that server.

SQL directory options *
Specify the directory where SQL backup files (with .bak extension) will be stored before being transferred to the specified backup device.

* This option will not appear if your job was created using the SQL Method; it will be available in the Destination Window.