Recovery for SQL Server recovers corrupted Microsoft SQL Server database files (.MDF/.NDF).
It creates Transact-SQL script that re-creates the database from the 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_NORECOMPUTE", "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 95/98/NT/ME/2000/XP/2003 Server.
Microsoft SQL Server versions 6.5, 7.0, 2000 and 2005 (including Express edition) are supported.