Re: DB Integrity Check
- From: "Geoff N. Hiten" <SQLCraftsman@xxxxxxxxx>
- Date: Mon, 22 May 2006 09:15:39 -0400
You still have a database corruption issue that you need to address. You
should run DBCC CHECKDB at the next opportunity. Note: this will heavily
impact your server, so don't do it when it will impact your users.
--
Geoff N. Hiten
Senior Database Administrator
Microsoft SQL Server MVP
"CyberFox" <CyberFox@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:DC79220C-EAF8-4DB7-8D67-55F3E8AB1879@xxxxxxxxxxxxxxxx
Hi there,
I already looked at this location, but it gave me more or less the same
info
as the event viewer.
However, I did de-select the repair checkbox, and it's now running.
Thank you very much
"Geoff N. Hiten" wrote:
Right click on the Maintenance Plan in Enterprise Manager and look at the
plan history. It will tell you a more specific error message. The
typical
failure in this circumstance is when you have the "Attempt to Repair
Minor
Errors" checkbox checked. The Maintanence Plan must put the database
into
Single-User mode to fix the problem. I strongly recommend never checking
this box as it can hide minor errors until they become major ones.
--
Geoff N. Hiten
Senior Database Administrator
Microsoft SQL Server MVP
"CyberFox" <CyberFox@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:91890A63-1AF6-43F5-A4F9-439E31528A91@xxxxxxxxxxxxxxxx
Hi there,
I have a job that runs a db integrity check every week, but for the
past
two
weeks this job is failing. I cannot see why, cos the logs don't really
specifiy anything.
The event viewer gives the following message:
SQL Server Scheduled Job 'Integrity Checks Job for DB Maintenance Plan
'DB
Maintenance: Syspro Co H'' (0x130A07F32DB37E41A29AA980DD8AD01D) -
Status:
Failed - Invoked on: 2006-05-22 12:59:48 - Message: The job failed.
The
Job
was invoked by User sa. The last step to run was step 1 (Step 1).
I have deleted the job and recreated it, but it still failed to run. I
have
an integrity check running on another db in the same SQL server, but
that
one
successfully completes.
Has anyone every encountered this?
.
- References:
- Re: DB Integrity Check
- From: Geoff N. Hiten
- Re: DB Integrity Check
- Prev by Date: Re: Enterprise to Standard Edition
- Next by Date: Re: Enterprise to Standard Edition
- Previous by thread: Re: DB Integrity Check
- Next by thread: Re: DB Integrity Check
- Index(es):
Relevant Pages
|