The Options tab of the SQLsafe Backup wizard allows you to select additional options, such as compression and encryption, to use for the current backup operation.

What types of compression algorithms are available?

    • None
    • IntelliCompress, optimize for size (iSize)
    • IntelliCompress, optimize for speed (iSpeed)
    • Levels 1, 2, 3, 4

Tip

A backup operation using Level 1 completes fastest but achieves the least amount of compression. Level 4 achieves maximum compression but the backup operation may take longer.

For more information about backup compression, see How to choose compression and encryption .

What types of encryption algorithms are available?

  • None
  • AES (128-bit)
  • AES (256-bit)

If your SQL Server environment requires FIPS compliance, use the AES encryption option. For more information, see Ensure FIPS compliance.

Does encryption require a password?

When you choose to encrypt an archive, you must designate a password. For security reasons, SQLsafe does not store this password. Ensure you remember the password you select.

What are the advanced options?

The following options are available as Advanced Options:

OptionsDescription

Number of threads

Allows you to specify how many threads you want SQLsafe to use to distribute the backup operation across multiple processors on the target SQL Server computer. Use this setting to optimize backup performance. Select Auto to have SQLsafe determine the optimal thread count for your environment.

Remove inactive transaction log entries

Removes all completed transactions from the transaction log after SQLsafe finishes the backup. This option is only available for Log backups

Generate maps

Generates maps containing metadata for each database included in your backup file. Depending on the number of transactions completed since your last backup, generating maps may impact the performance of the backup operation. Generating maps is optional, but must exist in the backup file for InstantRestore to accept and restore that file. SQL virtual database can attach SQLsafe backup files without the metadata, but the data files improve SQL vdb performance during creation of the virtual database. For more information, see Recover objects using SQL virtual database. For more information, see Recover objects using SQL virtual database. This option is selected by default.

Include database logins in backup fileCopies SQL login information for the selected databases, including credentials and privileges, when the backup files are written. To help ensure the security of your SQL Server database, SQLsafe encrypts the login information. This option is available for full backups only.

What are the advanced options for SQL Server 2005 and later?

The following options are available as Advanced Options for SQL Server 2005 and later:

OptionsDescription

Generate checksums

Generates a checksum for the backup file.

Ignore checksum errors

Select this option to ignore any errors from the generated checksum. If checksum errors are encountered, this option indicates that SQLsafe should continue to back up this database.

Read-write filegroups

Specifies a partial backup, which includes the primary filegroup and any read-write secondary filegroups. Read-write filegroups are not supported by SQL virtual database. If this option is selected, the Generate metadata option will be disabled. Additionally, backups created with the read-write filegroups option cannot be used by SQL virtual database to create virtual databases.

What does the option Generate Script do?

 You can generate a T-SQL or CLI script that will execute the backup you have defined in the wizard. For more information about generating scripts, see How script generation works.

What do you do next?

After you complete the Options tab, you can click Next to continue with the Backup Wizard, select any previously visited tab to modify that information, or click Generate Script to create a T-SQL or CLI script.

  • No labels