ورود

View Full Version : مشکل با پشتیبان گیری از دیتا بیس



mbr485
شنبه 18 آبان 1387, 09:57 صبح
با سلام
من در sql 2000 از یک دیتابیس پشتیبان می گیرم و با خطای زیر مواجه می شوم و این خطا در هنگام اجرای برنامه نیز اتفاق می افتد لطفا راهنمایی کنید
Nonrecoverable I/O error occurred on file 'd:\program files\sppc\tadbir\data\tadbir.spp' BACKUP DATABASE is terminating abnormally.

AminSobati
شنبه 18 آبان 1387, 22:10 عصر
سلام،
روی دیتابیس DBCC CHECKDB بزنید، شاید صدمه فیزیکی دیده

mbr485
یک شنبه 19 آبان 1387, 07:58 صبح
با سلام
از کدام قسمت می توانم DBCC CHECKDB را انتخاب کنم

mbr485
یک شنبه 19 آبان 1387, 08:15 صبح
با سلام
این دستور را در SQL Query Analyzer اجرا کردم به همراه نام دیتابیس بعد از دادن یک ریپورت مجددا عمل پشتیبان گیری را انجام دادم ولی باز هم همان پیغام داده شد .
الان چه باید بکنم . آیا راه حل دیگری وجود دارد

mbr485
یک شنبه 19 آبان 1387, 08:24 صبح
پیغام خطای زیر بعد از اجرا دستور صادر می شود :
Server: Msg 8966, Level 16, State 2, Line 1
Could not read and latch page (1:4345) with latch type UP. 23(Data error (cyclic redundancy check).) failed.
Server: Msg 2533, Level 16, State 1, Line 1
Table error: Page (1:4345) allocated to object ID 1913773875, index ID 3 was not seen. Page may be invalid or have incorrect object ID information in its header.
DBCC results for 'TADBIR'.
CHECKDB found 0 allocation errors and 1 consistency errors not associated with any single object.
There are 0 rows in 0 pages for object '__STAArticle__'.
CHECKDB found 0 allocation errors and 1 consistency errors in table '__STAArticle__' (object ID 1913773875).
CHECKDB found 0 allocation errors and 2 consistency errors in database 'TADBIR'.
repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKDB (TADBIR ).
DBCC execution completed. If DBCC printed error messages, contact your system administrator.