Re: point in time restore
From: Gregory A. Larsen (greg.larsen_at_netzero.com)
Date: 09/28/04
- Next message: Robert Steadman: "Profiler - effect on SQL performance"
- Previous message: Gregory A. Larsen: "Re: Tool for converting collations"
- In reply to: vishal: "point in time restore"
- Next in thread: Hari Prasad: "RE: point in time restore"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 28 Sep 2004 06:28:48 -0700
I'm guessing your format for specifying the stopat time was incorrect. Here
is a format that works:
STOPAT = 'Apr 15, 1998 12:00 AM'
What format did you use?
There reason your database is still loading is because your restore failed.
After you restored your full backup you probable specified norecovery, so
you could restore your transaction log. Then since your transaction log
failed SQL Server still thinks your transaction log backup needs to run
before anyone can get into the database. Hope this make sense.
-- ---------------------------------------------------------------------------- ---------------------------------------------------------------------------- - Need SQL Server Examples check out my website http://www.geocities.com/sqlserverexamples "vishal" <compaq@smil.co.in> wrote in message news:OCRoVCUpEHA.3464@TK2MSFTNGP14.phx.gbl... > hello everybody > > i just tried to do the exercise of point in time restore with northwind > database. > > First i took a complete database backup of northwind > then after 10 min i took a transaction log backup of northwind > > now when i try to restore the northwind database > while restoring i get this erros as > "invalid value specified for stopat parameter, restore log is terminating > abnormally > > also now my northwind database is showing as loading & nothing inside this > database is showing > > can anyone please suggest where i'm wrong & what needs to be taken care > about while doing point in time restore. > > >
- Next message: Robert Steadman: "Profiler - effect on SQL performance"
- Previous message: Gregory A. Larsen: "Re: Tool for converting collations"
- In reply to: vishal: "point in time restore"
- Next in thread: Hari Prasad: "RE: point in time restore"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|