|
Recovery for SQL Server
-
Version
4.1.15242.1
Recovery for SQL Server extracts data from offline or
corrupted SQL Server database files (.MDF/.NDF).
It creates Transact-SQL script that re-creates the
database from scratch.
Recovery for SQL Server is able to recover corrupted
tables, views, stored procedures, triggers, etc. Both
standard and user-defined data types recovery is
supported. Also the software repairs damaged primary
keys, unique key, indexes
(including "IGNORE_DUP_KEY", "CLUSTERED", "STATISTICS_N
ORECOMPUTE", "FILLFACTOR") and foreign keys.
Recovery for SQL Server is able to process really
large databases (actually, the corrupted file size is
limited only by the file system specifications, e.g.
FAT32 won't support files larger than 2Gb in size).
Recovery for SQL Server is available for all the
modern 32-bit operating systems including Windows
NT/ME/2000/XP/2003 Server/Vista/2008 Server/7.
Microsoft SQL Server versions 2008, 2008 x64, 2008
Express, 2005, 2005 x64, 2005 Express, 2000, 2000 x64,
7.0 and 6.5 are supported.
|