MSSQLSERVER_2508
SQL Server 2005
New:
17 November 2008
|
Product Name |
SQL Server |
|
Product Version |
9.0 |
|
Product Build Number |
9.00.1281.60 |
|
Event ID |
2508 |
|
Event Source |
MSSQLSERVER |
|
Component |
SQLEngine |
|
Symbolic Name |
DBCC_OUT_OF_DATE_PAGE_OR_ROW_COUNT |
|
Message Text |
The %.*ls count for object "%.*ls", index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls) is incorrect. Run DBCC UPDATEUSAGE. |
In versions of SQL Server before SQL Server 2005, the values for the table and index row counts and page counts can become incorrect. Databases that were created on versions before SQL Server 2005 may contain incorrect counts. DBCC CHECKDB has been enhanced to detect these errors and returns this warning message when the error is encountered.