A database in simple recovery model cannot have log backups.
In this situation what is the way to handle corruptions reported by dbcc checkdb without data loss?
The documentation says:
Use the REPAIR options only as a last resort.
The only repair option to resolve corruption is: REPAIR_REBUILD.
Considering that the above is the last resort, or say the corruption is on data page (so the REPAIR_REBUILD is of no use), then what is the initial approach to attempt to fix corruption?
SIMPLE). Putting it in that recovery model says that you want to preserve data up to the previous backup, so that is what you get