I have a database that failed a maintenance validation plan that I run every Sunday night (see below).
The maintenance plan consists of:
Validate database pages: Full check
Validate tables and materialized views: Normal check
>>
Maintenance plan Inventory Backup Plan (Sun) for inventorydbase on inventory started on 2014-01-05 at 22:00:00.053 Disabling new connections started on 2014-01-05 at 22:00:00.053 Disabling new connections finished on 2014-01-05 at 22:00:00.053 Disconnecting all users started on 2014-01-05 at 22:00:00.053 Disconnecting all users finished on 2014-01-05 at 22:00:00.053 Validation started on 2014-01-05 at 22:00:00.053 Validating database pages The maintenance plan has ended because of the following error:
Run time SQL error -- Database validation failed for database file "C:\Inventory\inventorydbase.db"
SQLSTATE: 40000
SQLCODE: -300
Re-enabling new connections started on 2014-01-05 at 22:00:01.788 Re-enabling new connections finished on 2014-01-05 at 22:00:01.788 Maintenance plan Inventory Backup Plan (Sun) for inventorydbase on inventory finished on 2014-01-05 at 22:00:01.788
<<
What can I do to resolve this problem?
Thank you.