Link to home
Start Free TrialLog in
Avatar of anushahanna
anushahannaFlag for United States of America

asked on

TORN_PAGE_DETECTION

if one of the database says 'TORN_PAGE_DETECTION', is it of concern? what could be done to make it CHECKSUM again?

thanks
ASKER CERTIFIED SOLUTION
Avatar of aelliso3
aelliso3
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
you can also do it through the GUI if you prefer,
Right click on the database --> Go to Properties --> Select Options
Go down to Recovery --> Page Verify        and select whichever you want
Avatar of anushahanna

ASKER

so there is nothing to be concerned about that option/setting?

what is the disadvantage if it is still operating in that mode?
there is a very small difference between torn page detection and checksum. The only one that I can really think of is that torn page detection does not detect corruption within sectors. Checksum uses a very very small amount more CPU, but the benefits are worth that little bit.
 
OK. Thanks.

ALTER DATABASE SomeDB SET TORN_PAGE_DETECTION OFF
puts the DB to 'NONE'. How would you bring it to CHECKSUM?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks.