Integrity job failed

  • What is this error mean? My integrity job failed

    Executed as user: NT AUTHORITY\SYSTEM. sqlmaint.exe failed. [SQLSTATE 42000] (Error 22029). The step failed.

  • It doesn't mean anything. You need to enable logging in the maintenance plan and then examine the text file log. The SQL Agent log is useless.

  • How you do that? Thank you

  • I found the history and this is what I have [Microsoft][ODBC SQL Server Driver][SQL Server]Repair statement not processed. Database needs to be in single user mode.

    why is that?

  • You've got the 'automatically fix minor errors' option checked. Uncheck it, no job should automatically be running a repair statement, it's a stupid option that fortunately was removed in SQL 2005.

    Also run this in that DB and post the results here.

    DBCC CHECKDB (< Database Name > ) WITH NO_INFOMSGS, ALL_ERRORMSGS

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • I ran and there is no errors Thank you

Viewing 6 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply