Handy Backup automatically creates dump files with MS SQL Server, including MSSQL 2005/2008. These dumps are table-level binaries containing exact copies of the specific contents of the database.
To make a simple dump with Handy Backup, follow these instructions:
- Install Handy Backup and create a new backup task.
- Select "MSSQL" in step 2 as the data source. In the new window, mark the database for backup.
- Choose one of the different destinations where you will keep your backups.
- In step 4, select the "Full" option. Set the timestamp if you need it.
- Skip step 5 if you do not need to compress or encrypt the resulting dump file.
- In step 6, configure the task schedule for dumping periodically (otherwise start the task manually).
- Skip Step 7 again and give your task a name in Step 8. You have completed the task!
Now start a new task by clicking the icon in front of its name or wait for the scheduled time. Handy Backup will automatically dump for your database. Then open the backup location. You will find a folder (or a couple of folders) with MS SQL backups. Any such folder will contain a dump file at the table level, consisting of several binary tables and settings, compressed into one ZIP.
Other databases
Handy Backup can save dumps for MySQL, MariaDB, PostgreSQL, Oracle, IBM DB2, Lotus Notes, and any shared SQL database with an ODBC driver. Some of these databases require additional steps to establish connections between the DBMS and Handy Backup.
The tools described above often duplicate SQL databases as a series of SQL commands at the table level, which makes these files ready for any manual changes you need.
Mark Geek Mar 02 '16 at 9:59 2016-03-02 09:59
source share