restore database tusa from disk='\\TRAFICO7\c:\MSSQL7\BACKUP\tusa.bak'
with move 'tusa' to '\\DESARROLLO\C:\MSSSQL7\BACKUP\tusa.mdf' ,
move 'tusa' to '\\DESARROLLO\C:\MSSSQL7\BACKUP\tusa.ldf'
El error q me marca es el siguiente :
Servidor: mensaje 3201, nivel 16, estado 2, línea 1
Cannot open backup device '\\TRAFICO7\c:\MSSQL7\BACKUP\tusa'. Device error or device off-line. See the SQL Server error log for more details.
Servidor: mensaje 3013, nivel 16, estado 1, línea 1
Backup or restore operation terminating abnormally.

