Dbcc checkdb with no_infomsgs

Hi,
Im having problems with a sql 2008 r2 DB, i executed the DBCC CHECKDB WITH NO_INFOMSGS with the following results :

Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:4442349) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
CHECKDB found 0 allocation errors and 1 consistency errors not associated with any single object.
Msg 8928, Level 16, State 1, Line 1
Object ID 941962432, index ID 1, partition ID 72057594248036352, alloc unit ID 72057594281984000 (type In-row data): Page (1:4442349) could not be processed. See other errors for details.
Msg 8976, Level 16, State 1, Line 1
Table error: Object ID 941962432, index ID 1, partition ID 72057594248036352, alloc unit ID 72057594281984000 (type In-row data). Page (1:4442349) was not seen in the scan although its parent (1:4444691) and previous (1:4442348) refer to it. Check any previous errors.
Msg 8978, Level 16, State 1, Line 1
Table error: Object ID 941962432, index ID 1, partition ID 72057594248036352, alloc unit ID 72057594281984000 (type In-row data). Page (1:4442350) is missing a reference from previous page (1:4442349). Possible chain linkage problem.
CHECKDB found 0 allocation errors and 3 consistency errors in table 'gbkmut' (object ID 941962432).
CHECKDB found 0 allocation errors and 4 consistency errors in database '007'.
repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKDB (007).

What can I do?

Thanks in advance

Hi

This is transact SQL forum

Please post in SQL server administration

One thought
repair_allow_data_loss
It's saying you can repair the database but are you willing to accept DATA loss

Other options
Please Google search...