Description
Deleted data recovery
Recover data lost due to DELETE operations.
Truncated data recovery
Recover data lost due to TRUNCATE operations.
Dropped data recovery
Recover data lost due to DROP operations.
Table schema restore
Recover dropped table schemas.
DML and DDL changes roll back
Reverse inadvertent or malicious database changes to repair affected schema and data. Recover from specific loss/damage without relying on full database restores. Create undo scripts for specific operations to rollback data and schema to its original state
DML and DDL changes roll forward
Replay DML and DDL changes made to the database. Create redo scripts and execute them against databases to repeat operations originally executed
Direct-to-database recovery
Recover data directly to a database. Recover lost tables directly to a database. Including tables containing calculated columns or tables with missing schema and user defined data type definition
BLOB recovery and extraction
Recover deleted BLOBs and extract BLOBs as data files. Ideal for SharePoint recoveries.