Помогите пожалуйста, очень странный глюк....

Незнайка
Дата: 15.12.2002 15:43:22
Подскажите пожалуйста как лечится следующее сообщение -
Checking 3
Msg 605, Level 21, State 1
Attempt to fetch logical page 49 in database 'Account' belongs to object '0', not to object 'syscolumns'.


В BOL по этому поводу написано следующее:
Action
Run the dbcc checktable statement on the second object specified in the error message. To determine the full extent of the corruption, run the dbcc checkdb and dbcc checkalloc statements as soon as possible. Also check the error log for other errors, which often accompany a 605 error. For information about using DBCC, see the Microsoft SQL Server Transact-SQL Reference.
If the 605 error is not transient, the problem is severe and you will probably need to restore from a known clean backup. If the problem persists, contact your primary support provider. Have the output from the appropriate DBCC statements ready for review.
In addition, run hardware diagnostics and correct any problems. You might find it beneficial to perform a completely new setup on the computer, including reformatting the disk drives and reinstalling the operating system. This eliminates the possibility that a .DLL or .EXE program is corrupted. You can also examine your operating-system error log to see if the error occurred as the result of hardware failure.
Finally, be sure that your system does not have write caching enabled on the disk controller. If you suspect this to be the problem, contact your hardware vendor.


Но это к сожалению не помогает :-(((
Незнайка
Дата: 15.12.2002 15:44:52
Забыл указать параметры -
Операционная система - WinNT 4.0 SP6
Сервер MS SQL Server 6.5 SP 5
ziktuw
Дата: 15.12.2002 15:50:24
Чтобы долго не думать, трансферь данные в новую базу (пока эта читаема), а эту грохни
Незнайка
Дата: 15.12.2002 15:56:11
Так в том то и дело, что я не могу ни одну таблицу увидеть :-(((
Так, что трансфер не получится :-(((
VVG_
Дата: 15.12.2002 15:59:49
Да, syscolumns - это серьезно. Бэкапы есть, надеюсь?
Незнайка
Дата: 15.12.2002 16:01:31
Бэкапы то есть, только они не выход из ситуации....надо..очень надо восстановить эту базу....
VVG_
Дата: 15.12.2002 16:37:08
По крайней мере, есть небитый syscolumns. Это хорошо. А вот как его подставить на место битого - сказать, к сожалению, не могу.