Microsoft KB Archive/919395

From BetaArchive Wiki
Knowledge Base


BUG: The SQL Server service shuts down and an assertion error is logged in the CXteIndexSort::CXteIndexSort function in the SQL Server error log file when you start the SQL Server service in SQL Server 2005

Article ID: 919395

Article Last Modified on 11/20/2007



APPLIES TO

  • Microsoft SQL Server 2005 Standard Edition
  • Microsoft SQL Server 2005 Developer Edition
  • Microsoft SQL Server 2005 Enterprise Edition
  • Microsoft SQL Server 2005 Workgroup Edition
  • Microsoft SQL Server 2005 Enterprise Edition for Itanium-based Systems
  • Microsoft SQL Server 2005 Enterprise X64 Edition
  • Microsoft SQL Server 2005 Standard X64 Edition
  • Microsoft SQL Server 2005 Standard Edition for Itanium-based Systems
  • Microsoft SQL Server 2005 Express Edition
  • Microsoft SQL Server 2005 Express Edition with Advanced Services



Bug #: 424123 (SQLBUDT)

SYMPTOMS

When you start the SQL Server service in Microsoft SQL Server 2005, the SQL Server service shuts down unexpectedly. An assertion error is logged in the CXteIndexSort::CXteIndexSort function in the SQL Server error log file. Additionally, an error message that resembles the following is logged in the Summary.txt file in the log folder:

Machine : ComputerName
Product : SQL Server Database Services
Error : The SQL Server service failed to start. For more information, see the SQL Server Books Online topics, "How to: View SQL Server 2005 Setup Log Files" and "Starting SQL Server Manually."

CAUSE

This problem occurs when table indexes must be rebuilt after you attach a database. This problem is likely to occur when you upgrade from SQL Server 2000 to SQL Server 2005. In this case, the indexes may be rebuilt if the collation of a column or of the database is changed. This problem may also occur in other scenarios.

RESOLUTION

Service pack information

To resolve this problem, obtain the latest service pack for Microsoft SQL Server 2005. For more information, click the following article number to view the article in the Microsoft Knowledge Base:

913089 How to obtain the latest service pack for SQL Server 2005


WORKAROUND

To work around this problem, do not change the collation of a table or of a database when you upgrade from SQL Server 2000 to SQL Server 2005.

STATUS

Microsoft has confirmed that this is a bug in the Microsoft products that are listed in the "Applies to" section.

Keywords: kbtshoot kbbug kbexpertiseadvanced kbsql2005engine KB919395