What's the meaning of the below error:
Could not redo log record (13711624:118626:157), for transaction ID (2:-271513189), on page (3:57660275), database 'Manish' (database ID 5). Page: LSN = (13711624:118626:151), type = 2. Log: OpCode = 2, context 3, PrevPageLSN: (13711624:118626:154). Restore from a backup of the database, or repair the database.
Msg 3013, Level 16, State 1, Line 1
I have some questions:
1) page (3:57660275) ==> Means fileid=3 and pageid=57660275 or page 3
2) Meaning of log record (13711624:118626:157)
3) Meaning of transaction ID (2:-271513189) ==> is this distributed transaction on fileid=2?
4) What is OpCode and context 3 meaning?
Manish