Drop Table
Support Forum for database administrators and web based access to important newsgroups related to databasesI have message (from DB CHECK job): DBCC CHECKDB (KXP) executed by NT AUTHORITY\SYSTEM found 10 errors and repaired 0 errors. Where can I read description of this errors? Best regards Wacek (sorry for my 'african' english)
Post Follow-up to this messageHi ,
U can use this
DBCC CHECKDB
( 'database_name'
[ , NOINDEX
| { REPAIR_ALLOW_DATA_LO
SS
| REPAIR_FAST
| REPAIR_REBUILD
} ]
) [ WITH { [ ALL_ERRORMSGS ]
[ , [ NO_INFOMSGS ] ]
[ , [ TABLOCK ] ]
[ , [ ESTIMATEONLY ] ]
[ , [ PHYSICAL_ONLY ] ]
}
]
and read more in BOL
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread