Strange Integrity check problem

  • Hi gurus:

    I met a very strange problem recently. I set up a database integrity check maintenance plan. But this job failed every time. I looked into the logs, the error message was that Databases that have a compatibility level of 70 (SQL Server version 7.0) will be skipped. I used the sp_helpdb to check the version of the databases included in my maintenance plan. The sp result shows that all the databases are above version 80....

    Even more strange, i can successfully run the dbcc check query on each database.

    Any comment and suggestion will be very appreciated.

  • Run profiler and look for the last command before the error is returned.

  • Thanks 4 quick reply, the SQL commands before error were just some SQL batch command

  • What were they?

    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

Viewing 4 posts - 1 through 3 (of 3 total)

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