• I removed the existing ldf file when I run the 'CREATE DATABASE command and usually when I get the db into 'Recovery_Pending' state and run DBCC CHECKDB with REPAIR_ALLOW_DATA_LOSS it removes any uncommitted transactions clears the existing log and creates a new one. So the issue is bigger than rebuilding the log. It can't rebuild the log file because of the circumstances under which the server was shutdown. There's an error msg in my first post:

    'SQL Server detected a logical consistency-based I/O error: incorrect pageid (expected 1:227761; actual 0:0)'

    I think that has to be resolved before the log can be rebuilt.

    And sorry if I made duplicate posts I didn't know that wasn't allowed.