Gần đây chúng tôi đã chuyển cơ sở dữ liệu sản xuất mạng nội bộ của mình từ SQL Server 2008 sang máy chủ hoàn toàn mới SQL Server 2008 R2.
Công việc sao lưu đã thất bại kể từ khi di chuyển, do lỗi DBCC (Kiểm tra tác vụ toàn vẹn cơ sở dữ liệu).
Tôi đã cố gắng chạy một DBCC CHECKDB bằng cách sử dụng tùy chọn Repair_Vbuild trên cơ sở dữ liệu sản xuất vào ngày thứ năm và một DBCC CHECKDB tiếp theo cho thấy không có lỗi. DBCC CHECKDB đối với các cơ sở dữ liệu sản xuất đang hiển thị lại các thông báo lỗi, sao lưu được thực hiện, nhưng tất nhiên kế hoạch bảo trì thất bại: Tôi có (một danh sách dài) các thông báo lỗi sau:
Table error: page (1:1100029), whose header indicates that it is allocated to object ID 373210913, index ID 1, partition ID 72057701886525440, alloc unit ID 72057702118457344 (type In-row data), is allocated by another object.
Msg 2534, Level 16, State 2, Line 1
Table error: page (1:1100030), whose header indicates that it is allocated to object ID 373210913, index ID 1, partition ID 72057701886525440, alloc unit ID 72057702118457344 (type In-row data), is allocated by another object.
Msg 7965, Level 16, State 1, Line 1
Table error: Could not check object ID 373210913, index ID 1, partition ID 72057701886525440, alloc unit ID 72057702118457344 (type In-row data) due to invalid allocation (IAM) page(s).
Msg 2534, Level 16, State 2, Line 1
Table error: page (1:1100031), whose header indicates that it is allocated to object ID 373210913, index ID 1, partition ID 72057701886525440, alloc unit ID 72057702118457344 (type In-row data), is allocated by another object.
Msg 2534, Level 16, State 2, Line 1
Table error: page (1:1100200), whose header indicates that it is allocated to object ID 373210913, index ID 1, partition ID 72057701886525440, alloc unit ID 72057702118457344 (type In-row data), is allocated by another object.
Msg 2534, Level 16, State 2, Line 1
Table error: page (1:1100201), whose header indicates that it is allocated to object ID 373210913, index ID 1, partition ID 72057701886525440, alloc unit ID 72057702118457344 (type In-row data), is allocated by another object.
There are 14 rows in 3 pages for object "searchfull_dummy_1049".
CHECKDB found 0 allocation errors and 6 consistency errors in table 'searchfull_dummy_1049' (object ID 373210913).
DBCC results for 'foldersRecherche'.
There are 0 rows in 0 pages for object "foldersRecherche".
DBCC results for 'wf'.
There are 0 rows in 0 pages for object "wf".
DBCC results for 'searchfull_dummy_1663'.
Tôi đã thử sử dụng bản sao lưu của ngày hôm qua, khôi phục cơ sở dữ liệu trên cùng một máy chủ với tên db mới và chạy sử dụng Cập nhật DBCC (0) trên cơ sở dữ liệu, sau đó DBCC CHECKDB không hiển thị thêm lỗi trên cơ sở dữ liệu mới được khôi phục.
Tôi đã áp dụng quy trình tương tự cho cơ sở dữ liệu sản xuất nhưng điều này không khắc phục được sự cố trên cơ sở dữ liệu sản xuất. Tôi đang nhận được các lỗi tương tự như trên.