Re: Backup / restore question
From: Hari Prasad (hari_prasad_k_at_hotmail.com)
Date: 03/07/04
- Next message: --: "Re: Backup / restore question"
- Previous message: Bob P.: "new MSDE install fails with "instance name specified is invalid""
- In reply to: --: "Backup / restore question"
- Next in thread: --: "Re: Backup / restore question"
- Reply: --: "Re: Backup / restore question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sun, 7 Mar 2004 09:11:39 +0530
Hi,
You can do this only if your OLD database is in "FULL" recovery model. Below
steps are under the assumption
that database was set to FULL recovery model and the existing database is
still up.
1. In the new server Load the full database backup with NORECOVERY
2. Perform a transaction log backup in Old Server.
3. Copy the TX log backup file to new server
4. Restore the Transaction log WITH RECOVERY , STOPAT='DATE/TIME (refer
Books online)
This will allow you to go back to old data based on the date and time.
Note:
If it is Simple or Bulk_logged recovery model you cant rollback.
POINT-IN-TIME recovery is not supposed in both.
Thanks
Hari
MCDBA
<--> wrote in message news:#xrmzy6AEHA.3788@TK2MSFTNGP10.phx.gbl...
> I had a SQL server with some harddrive problems. So, a full backup was
made
> (manually using Enterprise Manager) and restored in a new machine
> successfully using Enterprise Manager (the option Leave Database
> Operational. No Additional Transaction Logs Can Be Restored was selected)
>
> If the only backup available is the last Full backup, is it possible to
ever
> roll back some of the last changes made in the old machine before the Full
> Backup ?
>
> Thanks for your help.
>
>
- Next message: --: "Re: Backup / restore question"
- Previous message: Bob P.: "new MSDE install fails with "instance name specified is invalid""
- In reply to: --: "Backup / restore question"
- Next in thread: --: "Re: Backup / restore question"
- Reply: --: "Re: Backup / restore question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|