Hi,
I am trying to execute a Sp on a DB in MSSQL Server , but unfortunately i end up with the below problem.
Attempt to fetch logical page(1:1238923843) in database 13 failed. It belongs to allocation unit 232321331 not to 1321432134213
I though it might be some logical error , so execute DBCC checkDB on that DB , then found the below report,
The point is , i coudlnt point out the exact error , why i am getting such , Can some one help me to identify the same .. would be a great help
Last lines of message of dbcc comand : ( In order to cut short the space occupied in posting error message)
DBCC results for 'hrappmt_applicant_ctc_hdr'.There are 32 rows in 1 pages for object "hrappmt_applicant_ctc_hdr".
DBCC results for 'hrmspcont_est_vol_grade_pop'.
There are 21 rows in 4 pages for object "hrmspcont_est_vol_grade_pop".
DBCC results for 'hcm_cbi_hr_appraisal_level_dim_itf_tb'.
There are 0 rows in 0 pages for object "hcm_cbi_hr_appraisal_level_dim_itf_tb".
DBCC results for 'dcube_hp_hdr'.
There are 0 rows in 0 pages for object "dcube_hp_hdr".
CHECKDB found 0 allocation errors and 18 consistency errors in database 'HRMS40'.
repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKDB (HRMS40).
DBCC execution completed. If DBCC printed error messages, contact your system administrator.
hemadri