|   | ![]() |
|
How can I recover a SQL Server
database when all I have left is the original .DAT devices or files? For SQL 6.5 and below use the DISK REINIT and REFIT commands. These are documented in the Books-Online. For SQL 7.0 use the sp_attach_db sp - also documented in the books online. An alternative for SQL 6.5 is below :-
|
All content on this site, except where noted, represents an original work of Michael R. Hotek and is protected by applicable copyright laws. The SQL Server FAQ is the sole work of Neil Pike. No page, portion of a page, or download may be used for commercial purposes in whole or in part without the express, written permission of the applicable author.