I am having these errors while I run DBCC CHECKDB ( myDB )
Msg 8966, Level 16, State 2, Line 1
Unable to read and latch page (1:2542368) with latch type SH. 23(Data error (cyclic redundancy check).) failed.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 2020202247, index ID 1, partition ID 72057594145669120, alloc unit ID 72057594087800832 (type LOB data). The off-row data node at page (1:2444050), slot 0, text ID 901891555328 is not referenced.
I have already executed dbcc dbreindex(myTable) successfully, but I'm still having errors.
please comment.