[DotNetDevelopment] Re: Reading Log from Transaction Log Backup

2008-11-21 Thread Brandon Betances
gt; > *From:* DotNetDevelopment@googlegroups.com [mailto: > [EMAIL PROTECTED] *On Behalf Of *Brandon Betances > *Sent:* Thursday, November 20, 2008 5:54 PM > *To:* DotNetDevelopment@googlegroups.com > *Subject:* [DotNetDevelopment] Re: Reading Log from Transaction Log Backup > >

[DotNetDevelopment] Re: Reading Log from Transaction Log Backup

2008-11-20 Thread Stephen Russell
, November 20, 2008 5:54 PM To: DotNetDevelopment@googlegroups.com Subject: [DotNetDevelopment] Re: Reading Log from Transaction Log Backup The T-Log stores queries before they are executed, right Stephen? I know it has something to do with that, and even if you could parse it, i believe its all in

[DotNetDevelopment] Re: Reading Log from Transaction Log Backup

2008-11-20 Thread Brandon Betances
The T-Log stores queries before they are executed, right Stephen? I know it has something to do with that, and even if you could parse it, i believe its all in binary; you wouldnt be able to read it. On Thu, Nov 20, 2008 at 10:42 AM, Stephen Russell <[EMAIL PROTECTED]>wrote: > > You can't. > > It

[DotNetDevelopment] Re: Reading Log from Transaction Log Backup

2008-11-20 Thread Stephen Russell
You can't. It is a working container for restore functionality. There are third party tools that are expensive that will parse the data within the log and allow you to reverse statements made within the log. Those are very expensive! . Stephen Russell - Senior Visual St