Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Table Corrupt

Author  Topic 

xeiger
Starting Member

1 Post

Posted - 2004-02-06 : 11:09:47
Can´t truncate or drop table.

If I run a DBCC CHECKTABLE on the table , I receive the following message:

"Table Corrupt: IAM page (1:25040) (object ID 38016033, index ID 0) is out of the range of this database."

Our version is SQL Server 7.00 - 7.00.623.

Can this problem corrupt other tables ?

How can I solve the problem ?

Thanks.

X002548
Not Just a Number

15586 Posts

Posted - 2004-02-06 : 11:17:11
What happens when you do CHECKDB?

Did you try REPAIR_REBUILD?

How many rows in the table?



Brett

8-)
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2004-02-06 : 12:24:59
Have you tried exporting the data to another source, dropping the table, rebuilding the table, then importing the data back in?

Tara
Go to Top of Page
   

- Advertisement -