November 10, 2009 at 5:59 pm
In what circumtances can we recover the database to point of time failure?
I mean can we take the tail backup in every case(eg:-database is offline)
November 10, 2009 at 7:15 pm
Tail-log backup
A tail-log backup is a transaction log backup that includes the portion of the log that has not previously been backed up (known as the active portion of the log). A tail-log backup does not truncate the log and is generally used when the data files for a database have become inaccessible but the log file is undamaged.
MJ
November 10, 2009 at 7:16 pm
Tail-log backup
A tail-log backup is a transaction log backup that includes the portion of the log that has not previously been backed up (known as the active portion of the log). A tail-log backup does not truncate the log and is generally used when the data files for a database have become inaccessible but the log file is undamaged.
MJ
November 10, 2009 at 8:14 pm
Can we take tail tlog backup even when db is offline/damaged/correpted
November 10, 2009 at 9:01 pm
chk2009 (11/10/2009)
Can we take tail tlog backup even when db is offline/damaged/correpted
Yes. Tail Log Backups
Paul White
SQLPerformance.com
SQLkiwi blog
@SQL_Kiwi
November 10, 2009 at 9:06 pm
Paul White (11/10/2009)
chk2009 (11/10/2009)
Can we take tail tlog backup even when db is offline/damaged/correptedYes. Tail Log Backups
Thanks for your reply:-)
How can we do that, can you pls explain me in detail, which command to use
November 10, 2009 at 9:12 pm
chk2009 (11/10/2009)
Thanks for your reply:-)How can we do that, can you pls explain me in detail, which command to use.
It's all documented in the link I provided before. Just click on the words 'Tail Log Backups'... 😉
Paul White
SQLPerformance.com
SQLkiwi blog
@SQL_Kiwi
November 12, 2009 at 7:49 am
Paul White (11/10/2009)
chk2009 (11/10/2009)
Thanks for your reply:-)How can we do that, can you pls explain me in detail, which command to use.
It's all documented in the link I provided before. Just click on the words 'Tail Log Backups'... 😉
It seems likely to me that the OP is in a serious bind here. If he cannot read that article and do what is necessary I highly recommend he/she get some help onboard to assist in the recovery. Actually they probably ought to do that regardless. 😎
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
November 12, 2009 at 8:08 am
chk2009 (11/10/2009)
Can we take tail tlog backup even when db is offline/damaged/correpted
Providing the log is available, yes. If the log is damaged/missing then no. If it's just the mdf/ndf files that are damaged/missing/corrupt then yes.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply