MS SQL server backup/restore application. Very useful if you want to backup only certain selected SQL tables not the entire database. It allows to: 1. Back up selected database tables separately (as .sql script file - insert clause)
2. Restore database table using previously created .sql script file
3. Omit timestamp (rowversion) columns
4. Omit identical columns
5. Select top n rows
6. Disable constraints during DB restoration.