Afficher un message
Vieux 04/04/2008, 11h11   #6
Charles Wang[MSFT]
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: DBCC CHECKDB REPAIR error 5244

Hi Luc,
Thanks for your detailed response.

I notice that almost all the errors are regarding indexes on the two table
'EPISLog' and 'PhotoPresence'. Also the errors are for consistency not
allocation, so I recommend that you run "DBCC CHECKDB('GT',REPAIR_REBUILD)"
to repair indexes to see if it s. Please set your database to single
user mode with the following statement before you run it:
alter database <database name>
set single_user
Go

Please feel free to let me know if you have any other questions or oncerns.

Best regards,
Charles Wang
Microsoft Online Community Support
================================================== =======
Delighting our customers is our #1 priority. We welcome your
comments and suggestions about how we can improve the
support we provide to you. Please feel free to let my manager
know what you think of the level of service provided. You can
send feedback directly to my manager at: msdnmg@microsoft.com.
================================================== =======
This posting is provided "AS IS" with no warranties, and confers no rights.
================================================== =======

  Réponse avec citation
 
Page generated in 0,12859 seconds with 9 queries