12/02/2007, 21:46
|
| | Fecha de Ingreso: febrero-2007
Mensajes: 1
Antigüedad: 17 años, 11 meses Puntos: 0 | |
Error 5172 Mucho gusto a todos, les cuento que tengo el siguiente problema, hubo necesidad de formatear el disco pero no sacamos backup de la base de datos solamente tenemos los archivos *.mdf y *.ldf cuando quiero restaurarla con el procedimiento EXEC sp_attach_single_file_db @dbname = 'WellcoDB',
@physname = 'd:\Siguanha\WellcoDB_Data.mdf'
el siguiente error aparece
Server: Msg 5172, Level 16, State 15, Line 1
The header for file 'd:\Siguanha\WellcoDB_Data.mdf' is not a valid database file header. The PageAudit property is incorrect.
Alguien me podría ayudar??? |