MS SQL Server Database Backup Tool

Included in RazorSQL are MS SQL Server backup tools for backing up MS SQL Server structures and data for various SQL Server objects. RazorSQL also includes a single table backup tool for MS SQL.

The MS SQL Server database backup tool works by generating all data definition language (DDL) statements for the MS SQL Server schema / owner objects selected by the user. It also generates SQL insert statements for all table data in the database. The DDL and SQL insert statements are written out to a backup file.

The SQL Server database backup tool allows users to select the objects to backup such as tables, views, indexes, functions, procedures, and triggers, the character encoding of the backup file, the SQL statement separator to use when generating the backup file, and whether to fully qualify 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.

Below are screen shots of the main selection pages for the MS SQL Server database backup tool and the MS SQL Server single table backup tool.

 

MS SQL Server Database Backup Tool

MS SQL Server Table Backup Tool