Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: backup problem

    You can try this:

     

    RESTORE FILELISTONLY

       FROM DISK = 'c:\New.bak'

    RESTORE DATABASE NewRestored 

       FROM DISK = 'c:\New.bak'

       WITH MOVE 'New' TO 'c:\NewRestored.mdf',

       MOVE 'New_log' TO 'c:\NewRestored.ldf'

    where New.bak ise the file name...

Viewing post 1 (of 1 total)