Database consistency errors reported by DBCC CHECKB

Hello.

Please help me to solve my problem. Is there a way to fix SQL Server database error message: Database consistency errors reported by DBCC CHECKB

Any help you anyone can provide would be great

DBCC CHECKDB checks the physical and logical consistency of database pages, rows, allocation pages, index relationships, systerm table referential integrity, and other structure checks. If any of these checks fail (depending on the options you have chosen), errors will be reported as part of the command.

Here a link with information that may help you resolve this issue: SQL Server Repair Toolbox