May 16, 2012 at 9:30 pm
Comments posted to this topic are about the item DBCC CHECKDB
May 16, 2012 at 9:30 pm
Thanks for the 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
May 16, 2012 at 10:03 pm
Nice question. I have to read BOL to identify correct answer...
Thanks
May 17, 2012 at 2:23 am
Nice Question - made me read up in BOL and actually learn something useful.
Thanks
May 17, 2012 at 2:37 am
Nice one. Got it by a process of elimination rather than actual knowing the incorrect one!
May 17, 2012 at 6:22 am
Nice question, thanks.
May 17, 2012 at 6:27 am
Nice question.
Surprising that fewer than half of people got it right so far (140 out of 306) as the three true options are rather obviously true. But at least the correct answer is the most popular one.
Tom
May 17, 2012 at 6:50 am
Nice easy question.... I misread it....
I read the BLOB one as that it does check BLOBs.... and went... wait I think it does all of these...
May 17, 2012 at 7:12 am
Great question, thanks! I'm with Gazareth on this one; it was just process of elimination for me.
May 17, 2012 at 7:20 am
This was removed by the editor as SPAM
May 17, 2012 at 7:33 am
I take issue with this option:
DBCC CHECKDB can repair corruption if you specify the REPAIR_ALLOW_DATA_LOSS option.
This is not always true (it depends on exactly where the corruption is), and when it is, it is true only for very weak definitions of "repair", as the end result is not your database as it was before the corruption occurred but instead a possibly valid but most likely inconsistent database file.
EDIT: BBCode/IFCode, NOT HTML. :blush:
May 17, 2012 at 7:36 am
Thanks for the question. Almost got it wrong due to speed reading wording about link-level consistency of BLOBS in the FILE SYSTEM. As others have mentioned, I knew I had to recheck that, due to eliminating the other three answers.
[font="Verdana"]Please don't go. The drones need you. They look up to you.[/font]
Connect to me on LinkedIn
May 17, 2012 at 7:38 am
sknox (5/17/2012)
I take issue with this option:DBCC CHECKDB can repair corruption if you specify the REPAIR_ALLOW_DATA_LOSS option.
This is not always true (it depends on exactly where the corruption is), and when it is, it is true only for very weak definitions of "repair", as the end result is not your database as it was before the corruption occurred but instead a possibly valid but most likely inconsistent database file.
EDIT: BBCode/IFCode, NOT HTML. :blush:
From the BOL ref: "These repairs can cause some data loss."
[font="Verdana"]Please don't go. The drones need you. They look up to you.[/font]
Connect to me on LinkedIn
May 17, 2012 at 8:04 am
good questions - cheers
May 17, 2012 at 9:23 am
Followup question: What class of command is DBCC CHECKDB ? It doesn't seem to fall into the category of DML, DDL, DCL or TCL.
Thoughts?
Andre
Viewing 15 posts - 1 through 15 (of 24 total)
You must be logged in to reply to this topic. Login to reply