A client was complaining that their DB Maint. plans ( on a server set
up by them )started failing.
Checked it out and once I turned the "Attempt to repair any minor
problems" off it was OK. I understand this is a known problem.
I never turn this option on myself so I am not familiar with it.
Integrity check should be running an DBCC CHECKDB, right?
So this option would probably be the equivalent of the REPAIR_FAST
option.
I did a dbcc checkdb and checkcatalog manually and both were clean.
Why is "auto repair" kicking in if everything is OK?
or
If there is a problem to fix why is it not showing up in DBCC?
Any suggestions?
Thanks
ZSeems like you assume that maint wiz first run DBCC CHECKDB without the repair option and if it find
a problem, it run again, using FAST_REPAIR. It doesn't. It just runs the command once, using the
FAST_REPAIR option. IMO, exposing this option in a wizard-like tool is bad design...
--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/
"zoranlee" <zoranlee@.hotmail.com> wrote in message
news:3842add9.0406161549.585ece6e@.posting.google.com...
> A client was complaining that their DB Maint. plans ( on a server set
> up by them )started failing.
> Checked it out and once I turned the "Attempt to repair any minor
> problems" off it was OK. I understand this is a known problem.
> I never turn this option on myself so I am not familiar with it.
> Integrity check should be running an DBCC CHECKDB, right?
> So this option would probably be the equivalent of the REPAIR_FAST
> option.
> I did a dbcc checkdb and checkcatalog manually and both were clean.
> Why is "auto repair" kicking in if everything is OK?
> or
> If there is a problem to fix why is it not showing up in DBCC?
> Any suggestions?
> Thanks
> Z|||Tibor, you mean REPAIR_FAST.
The command has to run in single_user mode and the maintenance job is
failing because of that. You shouldn't use that option and I've ensured its
been removed in SQL Server 2005.
Thanks
--
Paul Randal
Dev Lead, Microsoft SQL Server Storage Engine
This posting is provided "AS IS" with no warranties, and confers no rights.
"Tibor Karaszi" <tibor_please.no.email_karaszi@.hotmail.nomail.com> wrote in
message news:OBWpvLDVEHA.2544@.TK2MSFTNGP10.phx.gbl...
> Seems like you assume that maint wiz first run DBCC CHECKDB without the
repair option and if it find
> a problem, it run again, using FAST_REPAIR. It doesn't. It just runs the
command once, using the
> FAST_REPAIR option. IMO, exposing this option in a wizard-like tool is bad
design...
> --
> Tibor Karaszi, SQL Server MVP
> http://www.karaszi.com/sqlserver/default.asp
> http://www.solidqualitylearning.com/
>
> "zoranlee" <zoranlee@.hotmail.com> wrote in message
> news:3842add9.0406161549.585ece6e@.posting.google.com...
> > A client was complaining that their DB Maint. plans ( on a server set
> > up by them )started failing.
> >
> > Checked it out and once I turned the "Attempt to repair any minor
> > problems" off it was OK. I understand this is a known problem.
> >
> > I never turn this option on myself so I am not familiar with it.
> > Integrity check should be running an DBCC CHECKDB, right?
> > So this option would probably be the equivalent of the REPAIR_FAST
> > option.
> >
> > I did a dbcc checkdb and checkcatalog manually and both were clean.
> >
> > Why is "auto repair" kicking in if everything is OK?
> > or
> > If there is a problem to fix why is it not showing up in DBCC?
> >
> > Any suggestions?
> >
> > Thanks
> >
> > Z
>|||> Tibor, you mean REPAIR_FAST.
Indeed. Thanks for catching that.
> and I've ensured its
> been removed in SQL Server 2005.
I'm happy to hear that! :-)
--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/
"Paul S Randal [MS]" <prandal@.online.microsoft.com> wrote in message
news:%233rYvdOVEHA.3420@.TK2MSFTNGP12.phx.gbl...
> Tibor, you mean REPAIR_FAST.
> The command has to run in single_user mode and the maintenance job is
> failing because of that. You shouldn't use that option and I've ensured its
> been removed in SQL Server 2005.
> Thanks
> --
> Paul Randal
> Dev Lead, Microsoft SQL Server Storage Engine
> This posting is provided "AS IS" with no warranties, and confers no rights.
> "Tibor Karaszi" <tibor_please.no.email_karaszi@.hotmail.nomail.com> wrote in
> message news:OBWpvLDVEHA.2544@.TK2MSFTNGP10.phx.gbl...
> > Seems like you assume that maint wiz first run DBCC CHECKDB without the
> repair option and if it find
> > a problem, it run again, using FAST_REPAIR. It doesn't. It just runs the
> command once, using the
> > FAST_REPAIR option. IMO, exposing this option in a wizard-like tool is bad
> design...
> >
> > --
> > Tibor Karaszi, SQL Server MVP
> > http://www.karaszi.com/sqlserver/default.asp
> > http://www.solidqualitylearning.com/
> >
> >
> > "zoranlee" <zoranlee@.hotmail.com> wrote in message
> > news:3842add9.0406161549.585ece6e@.posting.google.com...
> > > A client was complaining that their DB Maint. plans ( on a server set
> > > up by them )started failing.
> > >
> > > Checked it out and once I turned the "Attempt to repair any minor
> > > problems" off it was OK. I understand this is a known problem.
> > >
> > > I never turn this option on myself so I am not familiar with it.
> > > Integrity check should be running an DBCC CHECKDB, right?
> > > So this option would probably be the equivalent of the REPAIR_FAST
> > > option.
> > >
> > > I did a dbcc checkdb and checkcatalog manually and both were clean.
> > >
> > > Why is "auto repair" kicking in if everything is OK?
> > > or
> > > If there is a problem to fix why is it not showing up in DBCC?
> > >
> > > Any suggestions?
> > >
> > > Thanks
> > >
> > > Z
> >
> >
>
Showing posts with label checkcatalog. Show all posts
Showing posts with label checkcatalog. Show all posts
Sunday, March 25, 2012
Tuesday, February 14, 2012
CHECKCATALOG
When running CHECKCATALOG I get errors on several tables. Is there any good
way to correct this?
Thanks in AdvanceGet the error numbers and look them up in Books on Line , or google them.
Follow the instructions there as to potential repairs...
Otherwise you might... Move everything out into another new database or
Call MS to open a support call.. but definitely...
1. Hold all your backups and dont let them get overwritten, you may need
them.
2. Watch closely for hardware errors ( probably the cause of your problem.)
Wayne Snyder, MCDBA, SQL Server MVP
Computer Education Services Corporation (CESC), Charlotte, NC
www.computeredservices.com
(Please respond only to the newsgroups.)
I support the Professional Association of SQL Server (PASS) and it's
community of SQL Server professionals.
www.sqlpass.org
"Glen Tosco" <glen@.delnat.com> wrote in message
news:OjPwjVfEEHA.3412@.TK2MSFTNGP10.phx.gbl...
> When running CHECKCATALOG I get errors on several tables. Is there any
good
> way to correct this?
> Thanks in Advance
>
way to correct this?
Thanks in AdvanceGet the error numbers and look them up in Books on Line , or google them.
Follow the instructions there as to potential repairs...
Otherwise you might... Move everything out into another new database or
Call MS to open a support call.. but definitely...
1. Hold all your backups and dont let them get overwritten, you may need
them.
2. Watch closely for hardware errors ( probably the cause of your problem.)
Wayne Snyder, MCDBA, SQL Server MVP
Computer Education Services Corporation (CESC), Charlotte, NC
www.computeredservices.com
(Please respond only to the newsgroups.)
I support the Professional Association of SQL Server (PASS) and it's
community of SQL Server professionals.
www.sqlpass.org
"Glen Tosco" <glen@.delnat.com> wrote in message
news:OjPwjVfEEHA.3412@.TK2MSFTNGP10.phx.gbl...
> When running CHECKCATALOG I get errors on several tables. Is there any
good
> way to correct this?
> Thanks in Advance
>
Subscribe to:
Posts (Atom)