|
Home > Archive > MS SQL Server > June 2005 > Restoring a backup with DBCC errors
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Restoring a backup with DBCC errors
|
|
| elpepe 2005-06-19, 3:23 am |
| I have a backup of a database that was performed while there were still some
DBCC errors.
When it gets to the end of the restore, the following error appears:
The index entry for row ID was not found in index ID 8, of table
1556954856, in database 'ProLaw201'..
Is there a way I can restore this database?
| |
| Olu Adedeji 2005-06-20, 7:23 am |
| you may have to just restore specific filegroups which do not contain the
table in question.
rgds.
--
HTH
Olu Adedeji
Deutsche bank
"elpepe" wrote:
> I have a backup of a database that was performed while there were still some
> DBCC errors.
>
> When it gets to the end of the restore, the following error appears:
>
> The index entry for row ID was not found in index ID 8, of table
> 1556954856, in database 'ProLaw201'..
>
> Is there a way I can restore this database?
|
|
|
|
|