• Actually, I kept digging and found the database was put into Full log mode instead of Simple during the power outage.

    There was an event in Event Viewer that said it had a bad transaction log.

    So I rebuilt the transaction log.

    Changed status back to 0.

    Restarted server.

    Database came back up in regular mode.

    Immediately put it in Single User and started DBCC CHECKDB. It took 1 hour 2 minutes and had a bunce of non-clustered index errors and the 4 or 5 page errors from above.

    T