Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Restore Database missing LOG from FileGroup

    Don:

    I tried your idea of using a filegroup restore with RECOVERY with the code below:

    RESTORE DATABASE client_imagelibrary_Data

    FILEGROUP = 'PRIMARY'

    FROM

    DISK = 'C:\My Projects\ACTIVE\client\imglib.bak'

    WITH

    RECOVERY

    And got:

    "One or more of the options (recovery) are...

  • RE: Restore Database missing LOG from FileGroup

    SQL ORACLE:

    Still haven't tried your idea yet (it'll probably be this afternoon), but I'm unsure as to where you got the log file from.

    Ian:

    Oh yeah, easier is definitely better in...

  • RE: Restore Database missing LOG from FileGroup

    Hi, and thanks for replying

    I won't be able to try this until Tuesday,

    and the client has already agreed to send us the original LDF/MDF files,

    but I wanted to start...

Viewing 3 posts - 1 through 3 (of 3 total)