• Run against your shadow copy, not production:

    DBCC CHECKDB database_name WITH ALL_ERRORMSGS, NO_INFOMSGS

    If it returns errors, post all of it (you can put it in a text file and attach that).