Ver Mensaje Individual
  #10 (permalink)  
Antiguo 13/11/2007, 14:17
Avatar de @padawan@
@padawan@
 
Fecha de Ingreso: julio-2005
Mensajes: 393
Antigüedad: 18 años, 10 meses
Puntos: 6
Re: Error al realizar restore desde un archivbo .BAK de sql 7 al sql 2000, que hago??

En el query analizer hice lo que me dijiste:

RESTORE DATABASE MiDatabase
FROM DISK = 'E:\Base\MiDatabase.BAK'

y me tiro los siguientes errores:

Código:
Server: Msg 5105, Level 16, State 2, Line 1
Device activation error. The physical file name 'e:\database\MiDataBase_Data.MDF' may be incorrect.
Server: Msg 3156, Level 16, State 1, Line 1
File 'MiDataBase_Data' cannot be restored to 'e:\database\MiDataBase_Data.MDF'. Use WITH MOVE to identify a valid location for the file.
Server: Msg 5105, Level 16, State 1, Line 1
Device activation error. The physical file name 'e:\database\MiDataBase_Log.LDF' may be incorrect.
Server: Msg 3156, Level 16, State 1, Line 1
File 'MiDataBase_Log' cannot be restored to 'e:\database\MiDataBase_Log.LDF'. Use WITH MOVE to identify a valid location for the file.
Server: Msg 3013, Level 16, State 1, Line 1
RESTORE DATABASE is terminating abnormally.
Me falta agregar algo mas??