SQL Server 2014 in a 2 node cluster. When i run DBCC checkDB DB_name, it prints 1 error:
Msg 602, Level 21, State 30, Line 1
Could not find an entry for table or index with partition ID 72057595723776000 in database 9. This error can occur if a stored procedure references a dropped table, or metadata is corrupted. Drop and re-create the stored procedure, or execute DBCC CHECKDB.
How do i go about correcting this error seeing how i just performed 1 suggestion by running DBCC checkDB?