November 11, 2013 at 8:42 pm
Comments posted to this topic are about the item Automatic Page Repair
November 11, 2013 at 9:06 pm
Thanks. Straight forward enough of a question.
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
November 11, 2013 at 11:09 pm
SQLRNNR (11/11/2013)
Thanks. Straight forward enough of a question.
+1
Hope this helps...
Ford Fairlane
Rock and Roll Detective
November 12, 2013 at 12:35 am
This was removed by the editor as SPAM
November 12, 2013 at 12:36 am
New question that needs doing some searching. 🙂
Thanks & Best Regards,
Hany Helmy
SQL Server Database Consultant
November 12, 2013 at 5:26 am
Frankly speaking I was not aware of the answer and simply had to track it down using google. The first site i saw gave me the answer. But good informative question. 🙂
November 12, 2013 at 5:51 am
Good question. Definitely a DBA question. +1
November 12, 2013 at 6:12 am
I didn't know the answer either and had to research it. I got to learn something today and it's still early. 😀 Thanks for a good question to get my brain moving.
November 12, 2013 at 7:18 am
Ed Wagner (11/12/2013)
I didn't know the answer either and had to research it. I got to learn something today and it's still early. 😀 Thanks for a good question to get my brain moving.
+1 Indeed, I definitely learned something today.
November 12, 2013 at 9:05 am
I got it right not because I actually knew the answer but because I figured that the data (meaning common) pages would be fixed by automatic page repair while more high-end issues would not. The logic being that the more you need it the more likely it wont happen.
Cheers
November 12, 2013 at 10:13 am
Nice question Mike! I love these documented features that are documented in TechNet only copies of the Books Online. 😎
November 12, 2013 at 10:17 am
jfogel (11/12/2013)
I got it right not because I actually knew the answer but because I figured that the data (meaning common) pages would be fixed by automatic page repair while more high-end issues would not. The logic being that the more you need it the more likely it wont happen.
LOL... That is cute but I believe the actual logic is it can only repair the pages to do with the mirrored Data itself and not the copy of the mirrored data.
I.E. - I can request a page that is in the data pages of the mirrored database source, but not anything that is unique to the partner database created to hold the mirrored database.
November 12, 2013 at 11:37 am
Dana Medley (11/12/2013)
Ed Wagner (11/12/2013)
I didn't know the answer either and had to research it. I got to learn something today and it's still early. 😀 Thanks for a good question to get my brain moving.+1 Indeed, I definitely learned something today.
Me, too. Thanks, Mike!
November 12, 2013 at 12:47 pm
Nice question, thanks.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
November 12, 2013 at 7:02 pm
PHYData DBA (11/12/2013)
jfogel (11/12/2013)
I got it right not because I actually knew the answer but because I figured that the data (meaning common) pages would be fixed by automatic page repair while more high-end issues would not. The logic being that the more you need it the more likely it wont happen.LOL... That is cute but I believe the actual logic is it can only repair the pages to do with the mirrored Data itself and not the copy of the mirrored data.
I.E. - I can request a page that is in the data pages of the mirrored database source, but not anything that is unique to the partner database created to hold the mirrored database.
I guess I agree with PHYData; some pages contain information about physical positioning (ie information about the the physical copy of the data), and since the physical to logical mapping won't be the same for both units those pages won't be recoverable. Other pages contain only logical positioning information, so are the same for all copies of the data: no reason they shouldn't be recoverable. It is of course a natural consequence of Murphy's law that the pages whose loss do the greatest damage are the ones which are not recoverable, but Murphy's law applies to all processes, including the process of making deductions from Murphy's law, and thus jvogel's reasoning doesn't wash.
Tom
Viewing 15 posts - 1 through 15 (of 17 total)
You must be logged in to reply to this topic. Login to reply