Database Backup Tool

RazorSQL includes a database backup tool that allows users to backup entire database schemas or databases. The backup tool generates data definition language (DDL) statements for database structures in the database or schema such as tables, views, indexes, procedures, triggers, functions, etc. The backup tool also generates SQL insert statements for data contained in the database tables.

The database backup tool allows users to select the objects to backup, the character encoding of the backup file, the SQL statement separator to use when generating the backup file, and whether to fully qualify database object names in the generated SQL and DDL statements.

The database backup tool writes out all data in character format, and as such, may not be acceptable for backing up tables that contain binary data.

Backup files generated by the RazorSQL database backup tool can be imported using the RazorSQL Import tool.

Listed below are links to more information about some of the databases for which RazorSQL provides database backup tools:

Listed below is an screen shot of the database backup tool.

Database Backup Tool Image