Re: Table Corrupt
From: Hari (hari_prasad_k_at_hotmail.com)
Date: 04/27/04
- Previous message: Mary: "Table Corrupt"
- In reply to: Mary: "Table Corrupt"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 27 Apr 2004 09:25:08 +0530
Hi,
What is the version/edition of SQL Server you are using. Did you patched the
SQL server with latest service pack?
Did you tried the below steps:-
1. Perform a complete backup of the database and kleep it in safe place
2. Set the database to sincle user mode (Alter database <dbname> Single_user
with rollback immediate)
3 Ensure that TEMPDB have enough space, because DBCC CHECKDB uses tempdb
4. Execute DBCC CHECKDB with REPAIR_REBUILD option
Note:
If the abobe steps fail then you need to restore from good backup or contact
Microsoft Support.
Look into the below article for the cause of this error:-
http://support.microsoft.com/default.aspx?scid=kb;en-us;276992
Thanks
Hari
MCDBA
"Mary" <anonymous@discussions.microsoft.com> wrote in message
news:05e601c42bb1$e553d9e0$3501280a@phx.gbl...
> Hi All,
>
> Could someone please tell me how to fix the following
> error? This error is appearing on several tables for 2
> weeks now. I already ran a complete hardware diagnostics
> on the server and it is cleaned. Please help, I am
> getting desperate.
>
> Server: Msg 2535, Level 16, State 1, Line 0
> Table Corrupt: Page (1:566656) is allocated to object ID
> 1189579276, index ID 255, not to object ID 798625888,
> index ID 5 found in page header.
>
> Thanks,
>
> Mary
- Previous message: Mary: "Table Corrupt"
- In reply to: Mary: "Table Corrupt"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
- Re: DBCC CHECKDB Errors
... Here's a start if you have corruption of a suspect database: ... "Prasad
Koukuntla" wrote in message ... I got the following errors when I ran the DBCC Checkdb
on my ... However, I am already running SQL SERVER SP3, ... (microsoft.public.sqlserver.server) - Re: Can I move tempdb?
... Tempdb file name changes take affect after SQL Server is restarted and are ...
reference posted by details procedures for moving other database files. ... Model isn't
used to determine database file locations. ... (microsoft.public.sqlserver.server) - Re: Checkpointing Not Happening in Simple Recovery Model
... You cannot set the recovery model in tempdb. ... Columnist, SQL Server
Professional ... We would then have to issue an alter database ... (microsoft.public.sqlserver.server) - Re: Attempt to fetch logical page
... You have a corruption in your database. ... Second, if you are on SQL Server
2000, check the specific recommendations for your error. ... This error occurs when Microsoft®
SQL ServerT detects database corruption. ... execute DBCC CHECKDB to determine the
extent of the damage. ... (microsoft.public.sqlserver.server) - Re: MS Access DAO -> ADO.NET Migration
... William Vaughn ... Microsoft MVP ... Hitchhiker's Guide to Visual
Studio and SQL Server ... My migration app works building a SSCE database file with
imported data ... (microsoft.public.dotnet.framework.adonet)