Re: Database restore question

From: Olivier (olivierwarez_at_netscape.net)
Date: 06/08/04


Date: Wed, 09 Jun 2004 00:43:19 +0200


Andre wrote:
> Hi,
>
>
>
> I have a database (or better: used to have) and backup consisting of
>
> - the initial (complete) database
>
> - all log files since then (or so I thought)
>
> After making a data entry error I wrote the log to the backup and
>
> tried a point of time restore.
>
> Unfortunately that failed with the message
>
>
>
> "The log in this backup set begins at LSN xxx, which is too late to apply to
> the database. An earlier log backup that includes LSN yyy can be restored."
>

.. You should pass *all* log files since last full backup. At what time
do you have this message ?

>
> and left the database in an inaccessible state.
>

The database is just read-only, you can get it back doing a RESTORE WITH
RECOVERY ( but you will not be able to apply more trans. log then )



Relevant Pages

  • Re: Restoring SQL Server Backups
    ... ORIGINAL BACKUP & RESTORE (MSDE Database) ... occurrenceof cachestore flush for the 'Object Plans' cachestore (part ...
    (microsoft.public.sqlserver.server)
  • Re: Restoring SQL Server Backups
    ... ORIGINAL BACKUP & RESTORE (MSDE Database) ... occurrenceof cachestore flush for the 'Object Plans' cachestore (part ...
    (microsoft.public.sqlserver.server)
  • Re: POINT IN TIME RESTORE
    ... This is what you should have done in order to do the restore as you wish: ... > 3- erase data ... > 5- restore database with norecovery ... The BACKUP DATABAE can of course be at an earlier point in time, ...
    (microsoft.public.sqlserver.server)
  • RE: How do I restore from mdf and ldf files?
    ... Tasks -> Backup Database ... Tasks -> Restore Database ... Windows 2003 Server with Latest Service Pack ... Pre-requisites for Sharepoint Backup and Restore: ...
    (microsoft.public.sharepoint.portalserver)
  • Re: RMAN restore of full backup fails completely
    ... You are not using a catalog database. ... You might have autobackup controlfile on, ... Your autobackup has been made *prior* to the backup! ... plus archivelog', when i try a restore on the other server however, the ...
    (comp.databases.oracle.server)

Loading