Product functions are as follows:
1. The page analysis and fragment analysis interfaces of the previous old version have been removed, and a library interface is used directly to intelligently reorganize the database. Fragments that cannot find the dependency relationship are directly placed into the root directory of the unknown road.
2. Removed the previous scanning color block, which has no effect. Removed the previous hexadecimal browsing and page parsing part, which has no effect.
3. The database direct parsing function has been added. The scanned database can be directly parsed by the database parsing module to display the data.
4. Add a more accurate database diagnosis function than dbcc, which can determine the damage of the database and the corresponding solutions (currently, a reconstruction function of intra-page fragments has been added, and the damaged library pages and the tables corresponding to the pages will be clearly identified)
5. The export function has been added, and the program will automatically prompt the user to export the strategy. For example:
5.1 If the program diagnoses that the mdf is not damaged, it will directly extract the database and rebuild the ldf log file.
5.2 If the program determines that the mdf page is partially damaged, it will recommend the user to export and rebuild the ldf, because sometimes, this library can still be directly mounted and used. If the damage is serious, the program will directly parse the mdf into a sql script and import it.
5.3 If the customer uses SQL script to restore, the software will try its best to ensure the status of the database and strive to be directly loaded and used in the software.
6. For the problem of lost tables or overwriting with the same name, the software provides two ways to solve the problem. 1. The software provides a way to automatically input create table to rebuild the table and table data. 2. Customers can directly input the original library into the software to reconstruct the lost tables and structures.
7. Customers can directly use the software to export table data to excel files.




















Useful
Useful
Useful