Article ID: 892803 - Last Review: November 2, 2007 - Revision: 2.3 BUG: You may receive the "Server: Msg 8929" error message or the "Server: Msg 8968" error message when you run a maintenance plan or a command that examines the integrity of the database in SQL Server 2000
SQL Server 8.0: 362568 SYMPTOMSIn Microsoft SQL Server 2000, you may receive error messages when you use one of the following procedures:
Server: Msg 8929, Level 16, State 1, Line 2 Object ID 2: Errors found in text ID 1409482752 owned by data record identified by RID = (1:24:0) id = 1 and indid = 1. Server: Msg 8968, Level 16, State 10, Line 1 Table error: IAM page (1:48271) (object ID 2, index ID 255) is out of the range of this database. Note In these error messages, object ID 2 is the object ID of the sysindexes table. Note You may not receive error message 8968 if the maintenance plan, the DBCC CHECKALLOC command, or the DBCC CHECKDB command report more than 200 errors. If you do not receive error message 8968, run the following statement in Query Analyzer: CAUSEThis error occurs rarely when you enable the option to remove unused space
from your database files to update data optimization
information in your maintenance plan. This option runs the DBCC SHRINKDATABASE command to reduce the size of the database. Note You may also receive these errors when you manually run the DBCC SHRINKDATABASE command or the DBCC SHRINKFILE command. WORKAROUNDTo prevent this problem, use both of the following methods:
STATUS
Microsoft has confirmed that this is a bug in the Microsoft products that are
listed in the "Applies to" section. MORE INFORMATIONTo prevent the errors that are mentioned in the "Symptoms" section, increase the size of the database file. To do this, follow these steps:
Note You cannot fix these errors by running the repair options of the CHECKALLOC command or of the DBCC CHECKDB command. REFERENCESFor additional information about the Index Allocation Map (IAM),
see the "Managing Space Used by Objects" topic in SQL Server Books Online:
For additional information about autogrow and autoshrink configuration, click the following article number to view the article in the Microsoft Knowledge Base:
315512
(http://support.microsoft.com/kb/315512/
)
Considerations for autogrow and autoshrink
configuration
| Other Resources Other Support Sites
CommunityGet Help NowArticle Translations
|





















Back to the top