Viewing 3 posts - 1 through 3 (of 3 total)
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...
January 23, 2008 at 3:01 pm
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...
January 22, 2008 at 9:31 am
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...
January 20, 2008 at 9:18 pm
Viewing 3 posts - 1 through 3 (of 3 total)